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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5b;
    --color-tinted-white: #ecf9f4;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #005498;
    --color-primary-rgb: 0,84,152;
    --color-primary-hover: #0070cb;
    --color-primary-hover-rgb: 0,112,203;    
    --color-primary-dark: #003865;
    --color-primary-light: #0070cb;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #005498;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #90b2d1;
    --color-primary-alert-border: #6093be;
    --color-primary-alert-text: #001c33;

    --color-secondary: #226c52;
    --color-secondary-rgb: 34,108,82;
    --color-secondary-hover: #2e936f;
    --color-secondary-hover-rgb: 46,147,111;
    --color-secondary-dark: #164535;
    --color-secondary-light: #2e936f;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #226c52;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9ebcb5;
    --color-secondary-alert-border: #74a194;
    --color-secondary-alert-text: #0c271d;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(34, 108, 82, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://hav59.no/branding/checkboxImage?h=1756728916_0f931233');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #005498;
    --bs-primary-rgb: 0,84,152;
    --bs-primary-bg-subtle: #0070cb;
    --bs-primary-border-subtle: #0070cb;
    --bs-primary-text-emphasis: #003865;

    /* secondary */
    --bs-secondary: #226c52;
    --bs-secondary-rgb: 34,108,82;
    --bs-secondary-bg-subtle: #2e936f;
    --bs-secondary-border-subtle: #2e936f;
    --bs-secondary-text-emphasis: #164535;

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

    --stroke-linecap: round;
    
}   


