
@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;

    --color-facility: #1F252B;
    --color-tinted-gray: #545d54;
    --color-tinted-white: #ebf8eb;
    --color-facility-text: #ebf2f8;

    --border-radius: 20px;

    --color-primary: #45b622;
    --color-primary-rgb: 69,182,34;
    --color-primary-hover: #348b19;
    --color-primary-hover-rgb: 52,139,25;    
    --color-primary-dark: #348b19;
    --color-primary-light: #59d832;
    --color-primary-text: #eef8eb;
    --color-primary-on-white: #45b622;
    --color-primary-on-black: #45b622;

    --color-primary-alert-background: #abd9a1;
    --color-primary-alert-border: #89cd77;
    --color-primary-alert-text: #102a08;

    --color-secondary: #181d18;
    --color-secondary-rgb: 24,29,24;
    --color-secondary-hover: #2f382f;
    --color-secondary-hover-rgb: 47,56,47;
    --color-secondary-dark: #000100;
    --color-secondary-light: #2f382f;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #181d18;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #999c9d;
    --color-secondary-alert-border: #6e7171;
    --color-secondary-alert-text: #171b17;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --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=1756821433_ef513964');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545d54;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #45b622;
    --bs-primary-rgb: 69,182,34;
    --bs-primary-bg-subtle: #59d832;
    --bs-primary-border-subtle: #59d832;
    --bs-primary-text-emphasis: #348b19;

    --bs-secondary: #181d18;
    --bs-secondary-rgb: 24,29,24;
    --bs-secondary-bg-subtle: #2f382f;
    --bs-secondary-border-subtle: #2f382f;
    --bs-secondary-text-emphasis: #000100;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


