
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
body { font-family: 'Montserrat', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Oswald', sans-serif; }

:root {
    --general-font-family: Montserrat;
    --header-font-family: Oswald;

    --border-radius: 10px;
    --animation-speed: 300ms;

    --color-facility: #000000;
    --color-tinted-gray: #5e5c55;
    --color-tinted-white: #f9f6ec;
    --color-facility-text: #ffffff;

    --color-primary: #2931cf;
    --color-primary-rgb: 41,49,207;
    --color-primary-hover: #2127a4;
    --color-primary-hover-rgb: 33,39,164;    
    --color-primary-dark: #2127a4;
    --color-primary-light: #4f56dc;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #2931cf;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a0a4e7;
    --color-primary-alert-border: #797edf;
    --color-primary-alert-text: #080a2b;

    --color-secondary: #dbb311;
    --color-secondary-rgb: 219,179,17;
    --color-secondary-hover: #ac8c0d;
    --color-secondary-hover-rgb: 172,140,13;
    --color-secondary-dark: #ac8c0d;
    --color-secondary-light: #efc930;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #dbb311;
    --color-secondary-on-black: #dbb311;

    --color-secondary-alert-background: #e8d89b;
    --color-secondary-alert-border: #e3cc6d;
    --color-secondary-alert-text: #2f2704;

    --color-light: #e6e7f4;
    --color-light-rgb: 230,231,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2c4e5;
    --color-light-hover: #c2c4e5;
    --color-light-hover-rgb: 194,196,229;
    --color-light-dark: #c2c4e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6e7f4;
    --color-light-on-black: #e6e7f4;
    --color-light-border: #2931cf;

    --color-light-alert-background: #ecedf6;
    --color-light-alert-border: #eaebf5;
    --color-light-alert-text: #0f1024;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://grithouse.wondr.se/branding/checkboxImage?h=1684928905_5901fc0b');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 92, 85, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #2931cf;
    --bs-primary-rgb: 41,49,207;
    --bs-primary-bg-subtle: #4f56dc;
    --bs-primary-border-subtle: #4f56dc;
    --bs-primary-text-emphasis: #2127a4;

    /* secondary */
    --bs-secondary: #dbb311;
    --bs-secondary-rgb: 219,179,17;
    --bs-secondary-bg-subtle: #efc930;
    --bs-secondary-border-subtle: #efc930;
    --bs-secondary-text-emphasis: #ac8c0d;

    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}   


