

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5e55;
    --color-tinted-white: #f9f9ec;
    --color-facility-text: #ffffff;

    --color-primary: #ca3636;
    --color-primary-rgb: 202,54,54;
    --color-primary-hover: #a22b2b;
    --color-primary-hover-rgb: 162,43,43;    
    --color-primary-dark: #a22b2b;
    --color-primary-light: #d55e5e;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #ca3636;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #e1a6aa;
    --color-primary-alert-border: #d98183;
    --color-primary-alert-text: #280b0b;

    --color-secondary: #737370;
    --color-secondary-rgb: 115,115,112;
    --color-secondary-hover: #595957;
    --color-secondary-hover-rgb: 89,89,87;
    --color-secondary-dark: #595957;
    --color-secondary-light: #8d8d89;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #737370;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #bebfc1;
    --color-secondary-alert-border: #a5a5a6;
    --color-secondary-alert-text: #1a1a19;

    --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: #ca3636;

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(115, 115, 112, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://m21.wondr.se/branding/checkboxImage?h=1744263123_bf6058a3');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ca3636;
    --bs-primary-rgb: 202,54,54;
    --bs-primary-bg-subtle: #d55e5e;
    --bs-primary-border-subtle: #d55e5e;
    --bs-primary-text-emphasis: #a22b2b;

    /* secondary */
    --bs-secondary: #737370;
    --bs-secondary-rgb: 115,115,112;
    --bs-secondary-bg-subtle: #8d8d89;
    --bs-secondary-border-subtle: #8d8d89;
    --bs-secondary-text-emphasis: #595957;

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

    --stroke-linecap: round;
    
}   


