

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

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

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

    --color-primary: #9b9b9b;
    --color-primary-rgb: 155,155,155;
    --color-primary-hover: #828282;
    --color-primary-hover-rgb: 130,130,130;    
    --color-primary-dark: #828282;
    --color-primary-light: #b5b5b5;
    --color-primary-text: #ffd249;
    --color-primary-on-white: #9b9b9b;
    --color-primary-on-black: #9b9b9b;

    --color-primary-alert-background: #cecfd2;
    --color-primary-alert-border: #bdbdc0;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #ffd249;
    --color-secondary-rgb: 255,210,73;
    --color-secondary-hover: #ffc516;
    --color-secondary-hover-rgb: 255,197,22;
    --color-secondary-dark: #ffc516;
    --color-secondary-light: #ffdf7c;
    --color-secondary-text: #9b9b9b;
    --color-secondary-on-white: #ffd249;
    --color-secondary-on-black: #ffd249;

    --color-secondary-alert-background: #f6e5b1;
    --color-secondary-alert-border: #f9de8f;
    --color-secondary-alert-text: #332600;

    --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: #9b9b9b;

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(255, 210, 73, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://usm.wondr.se/branding/checkboxImage?h=1743663643_e030a687');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #9b9b9b;
    --bs-primary-rgb: 155,155,155;
    --bs-primary-bg-subtle: #b5b5b5;
    --bs-primary-border-subtle: #b5b5b5;
    --bs-primary-text-emphasis: #828282;

    /* secondary */
    --bs-secondary: #ffd249;
    --bs-secondary-rgb: 255,210,73;
    --bs-secondary-bg-subtle: #ffdf7c;
    --bs-secondary-border-subtle: #ffdf7c;
    --bs-secondary-text-emphasis: #ffc516;

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

    --stroke-linecap: round;
    
}   


