

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e55;
    --color-tinted-white: #ecf9ec;
    --color-facility-text: #000000;

    --color-primary: #999999;
    --color-primary-rgb: 153,153,153;
    --color-primary-hover: #808080;
    --color-primary-hover-rgb: 128,128,128;    
    --color-primary-dark: #808080;
    --color-primary-light: #b3b3b3;
    --color-primary-text: #000000;
    --color-primary-on-white: #999999;
    --color-primary-on-black: #999999;

    --color-primary-alert-background: #cdced1;
    --color-primary-alert-border: #bcbcbf;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #467547;
    --color-secondary-rgb: 70,117,71;
    --color-secondary-hover: #59955a;
    --color-secondary-hover-rgb: 89,149,90;
    --color-secondary-dark: #335534;
    --color-secondary-light: #59955a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #467547;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #acbfb1;
    --color-secondary-alert-border: #8aa78d;
    --color-secondary-alert-text: #132013;

    --color-light: #f4e6e6;
    --color-light-rgb: 244,230,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c2;
    --color-light-hover: #e5c2c2;
    --color-light-hover-rgb: 229,194,194;
    --color-light-dark: #e5c2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #999999;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(70, 117, 71, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://superbcf.wondr.se/branding/checkboxImage?h=1716834419_fb6777e4');

    --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: #999999;
    --bs-primary-rgb: 153,153,153;
    --bs-primary-bg-subtle: #b3b3b3;
    --bs-primary-border-subtle: #b3b3b3;
    --bs-primary-text-emphasis: #808080;

    /* secondary */
    --bs-secondary: #467547;
    --bs-secondary-rgb: 70,117,71;
    --bs-secondary-bg-subtle: #59955a;
    --bs-secondary-border-subtle: #59955a;
    --bs-secondary-text-emphasis: #335534;

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

    --stroke-linecap: round;
    
}   


