

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5d55;
    --color-tinted-white: #f9f8ec;
    --color-facility-text: #ffffff;

    --color-primary: #8c857b;
    --color-primary-rgb: 140,133,123;
    --color-primary-hover: #716b63;
    --color-primary-hover-rgb: 113,107,99;    
    --color-primary-dark: #716b63;
    --color-primary-light: #a49e96;
    --color-primary-text: #000000;
    --color-primary-on-white: #8c857b;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #c8c6c5;
    --color-primary-alert-border: #b4b0ad;
    --color-primary-alert-text: #1b1a18;

    --color-secondary: #f4e116;
    --color-secondary-rgb: 244,225,22;
    --color-secondary-hover: #cdbd0a;
    --color-secondary-hover-rgb: 205,189,10;
    --color-secondary-dark: #cdbd0a;
    --color-secondary-light: #f6e747;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #f4e116;
    --color-secondary-on-black: #f4e116;

    --color-secondary-alert-background: #f2eb9d;
    --color-secondary-alert-border: #f2e770;
    --color-secondary-alert-text: #312d02;

    --color-light: #f4eee6;
    --color-light-rgb: 244,238,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d7c2;
    --color-light-hover: #e5d7c2;
    --color-light-hover-rgb: 229,215,194;
    --color-light-dark: #e5d7c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4eee6;
    --color-light-on-black: #f4eee6;
    --color-light-border: #8c857b;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2efed;
    --color-light-alert-text: #241b0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ignitetraininghub.wondr.se/branding/checkboxImage?h=1697119608_1894bd25');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #8c857b;
    --bs-primary-rgb: 140,133,123;
    --bs-primary-bg-subtle: #a49e96;
    --bs-primary-border-subtle: #a49e96;
    --bs-primary-text-emphasis: #716b63;

    /* secondary */
    --bs-secondary: #f4e116;
    --bs-secondary-rgb: 244,225,22;
    --bs-secondary-bg-subtle: #f6e747;
    --bs-secondary-border-subtle: #f6e747;
    --bs-secondary-text-emphasis: #cdbd0a;

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

    --stroke-linecap: round;
    
}   


