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

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #555e5e;
    --color-tinted-white: #ecf9f9;
    --color-facility-text: #ffffff;

    --color-primary: #8ac524;
    --color-primary-rgb: 138,197,36;
    --color-primary-hover: #6c9a1c;
    --color-primary-hover-rgb: 108,154,28;    
    --color-primary-dark: #6c9a1c;
    --color-primary-light: #a3dc40;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #8ac524;
    --color-primary-on-black: #8ac524;

    --color-primary-alert-background: #c7dfa3;
    --color-primary-alert-border: #b3d778;
    --color-primary-alert-text: #1e2b08;

    --color-secondary: #122828;
    --color-secondary-rgb: 18,40,40;
    --color-secondary-hover: #224b4b;
    --color-secondary-hover-rgb: 34,75,75;
    --color-secondary-dark: #020505;
    --color-secondary-light: #224b4b;
    --color-secondary-text: #8ac524;
    --color-secondary-on-white: #122828;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #97a1a4;
    --color-secondary-alert-border: #6b787b;
    --color-secondary-alert-text: #102323;

    --color-light: #eff4e6;
    --color-light-rgb: 239,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d8e5c2;
    --color-light-hover: #d8e5c2;
    --color-light-hover-rgb: 216,229,194;
    --color-light-dark: #d8e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eff4e6;
    --color-light-on-black: #eff4e6;
    --color-light-border: #8ac524;

    --color-light-alert-background: #f0f2f0;
    --color-light-alert-border: #eff3ed;
    --color-light-alert-text: #1c240f;

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

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #8ac524;
    --bs-primary-rgb: 138,197,36;
    --bs-primary-bg-subtle: #a3dc40;
    --bs-primary-border-subtle: #a3dc40;
    --bs-primary-text-emphasis: #6c9a1c;

    /* secondary */
    --bs-secondary: #122828;
    --bs-secondary-rgb: 18,40,40;
    --bs-secondary-bg-subtle: #224b4b;
    --bs-secondary-border-subtle: #224b4b;
    --bs-secondary-text-emphasis: #020505;

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

    --stroke-linecap: round;
    
}   


