
@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: #1F252B;
    --color-tinted-gray: #555e55;
    --color-tinted-white: #ecf9ec;
    --color-facility-text: #ffffff;

    --color-primary: #45b622;
    --color-primary-rgb: 69,182,34;
    --color-primary-hover: #358b1a;
    --color-primary-hover-rgb: 53,139,26;    
    --color-primary-dark: #358b1a;
    --color-primary-light: #5ad932;
    --color-primary-text: #000000;
    --color-primary-on-white: #45b622;
    --color-primary-on-black: #45b622;

    --color-primary-alert-background: #acd9a2;
    --color-primary-alert-border: #89ce77;
    --color-primary-alert-text: #102b08;

    --color-secondary: #181d18;
    --color-secondary-rgb: 24,29,24;
    --color-secondary-hover: #2f392f;
    --color-secondary-hover-rgb: 47,57,47;
    --color-secondary-dark: #010101;
    --color-secondary-light: #2f392f;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #181d18;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9a9c9e;
    --color-secondary-alert-border: #6e7271;
    --color-secondary-alert-text: #171c17;

    --color-light: #e9f4e6;
    --color-light-rgb: 233,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cbe5c2;
    --color-light-hover: #cbe5c2;
    --color-light-hover-rgb: 203,229,194;
    --color-light-dark: #cbe5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e9f4e6;
    --color-light-on-black: #e9f4e6;
    --color-light-border: #45b622;

    --color-light-alert-background: #edf2f0;
    --color-light-alert-border: #ecf3ed;
    --color-light-alert-text: #14240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(24, 29, 24, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://mertreningssenter.no/branding/checkboxImage?h=1758532698_ef513964');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #45b622;
    --bs-primary-rgb: 69,182,34;
    --bs-primary-bg-subtle: #5ad932;
    --bs-primary-border-subtle: #5ad932;
    --bs-primary-text-emphasis: #358b1a;

    /* secondary */
    --bs-secondary: #181d18;
    --bs-secondary-rgb: 24,29,24;
    --bs-secondary-bg-subtle: #2f392f;
    --bs-secondary-border-subtle: #2f392f;
    --bs-secondary-text-emphasis: #010101;

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

    --stroke-linecap: round;
    
}   


