

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5b55;
    --color-tinted-white: #f9f5ec;
    --color-facility-text: #000000;

    --color-primary: #e3a400;
    --color-primary-rgb: 227,164,0;
    --color-primary-hover: #b07f00;
    --color-primary-hover-rgb: 176,127,0;    
    --color-primary-dark: #b07f00;
    --color-primary-light: #ffbf17;
    --color-primary-text: #000000;
    --color-primary-on-white: #e3a400;
    --color-primary-on-black: #e3a400;

    --color-primary-alert-background: #ebd294;
    --color-primary-alert-border: #e8c363;
    --color-primary-alert-text: #332500;

    --color-secondary: #e3a400;
    --color-secondary-rgb: 227,164,0;
    --color-secondary-hover: #b07f00;
    --color-secondary-hover-rgb: 176,127,0;
    --color-secondary-dark: #b07f00;
    --color-secondary-light: #ffbf17;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #e3a400;
    --color-secondary-on-black: #e3a400;

    --color-secondary-alert-background: #ebd294;
    --color-secondary-alert-border: #e8c363;
    --color-secondary-alert-text: #332500;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dbc2;
    --color-light-hover: #e5dbc2;
    --color-light-hover-rgb: 229,219,194;
    --color-light-dark: #e5dbc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #e3a400;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(227, 164, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://unicoperformance.wondr.se/branding/checkboxImage?h=1746433779_6098917e');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e3a400;
    --bs-primary-rgb: 227,164,0;
    --bs-primary-bg-subtle: #ffbf17;
    --bs-primary-border-subtle: #ffbf17;
    --bs-primary-text-emphasis: #b07f00;

    /* secondary */
    --bs-secondary: #e3a400;
    --bs-secondary-rgb: 227,164,0;
    --bs-secondary-bg-subtle: #ffbf17;
    --bs-secondary-border-subtle: #ffbf17;
    --bs-secondary-text-emphasis: #b07f00;

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

    --stroke-linecap: round;
    
}   


