

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

    --border-radius: 20px;

    --color-facility: #000000;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #f8ebeb;

    --border-radius: 20px;

    --color-primary: #de0000;
    --color-primary-rgb: 222,0,0;
    --color-primary-hover: #ab0000;
    --color-primary-hover-rgb: 171,0,0;    
    --color-primary-dark: #ab0000;
    --color-primary-light: #ff1212;
    --color-primary-text: #f8ebeb;
    --color-primary-on-white: #de0000;
    --color-primary-on-black: #de0000;

    --color-primary-alert-background: #e89094;
    --color-primary-alert-border: #e56062;
    --color-primary-alert-text: #330000;

    --color-secondary: #545454;
    --color-secondary-rgb: 84,84,84;
    --color-secondary-hover: #6d6d6d;
    --color-secondary-hover-rgb: 109,109,109;
    --color-secondary-dark: #3a3a3a;
    --color-secondary-light: #6d6d6d;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #545454;
    --color-secondary-on-black: #545454;

    --color-secondary-alert-background: #b1b2b5;
    --color-secondary-alert-border: #929295;
    --color-secondary-alert-text: #191919;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

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

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: none;
    --header-weight: normal;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #de0000;
    --bs-primary-rgb: 222,0,0;
    --bs-primary-bg-subtle: #ff1212;
    --bs-primary-border-subtle: #ff1212;
    --bs-primary-text-emphasis: #ab0000;

    --bs-secondary: #545454;
    --bs-secondary-rgb: 84,84,84;
    --bs-secondary-bg-subtle: #6d6d6d;
    --bs-secondary-border-subtle: #6d6d6d;
    --bs-secondary-text-emphasis: #3a3a3a;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


