

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #77138d;
    --color-primary-rgb: 119,19,141;
    --color-primary-hover: #9d19ba;
    --color-primary-hover-rgb: 157,25,186;    
    --color-primary-dark: #510d60;
    --color-primary-light: #9d19ba;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #77138d;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #c098cd;
    --color-primary-alert-border: #a76cb7;
    --color-primary-alert-text: #26062d;

    --color-secondary: #6e6161;
    --color-secondary-rgb: 110,97,97;
    --color-secondary-hover: #534949;
    --color-secondary-hover-rgb: 83,73,73;
    --color-secondary-dark: #534949;
    --color-secondary-light: #897979;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #6e6161;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #bcb7bb;
    --color-secondary-alert-border: #a29b9d;
    --color-secondary-alert-text: #1b1818;

    --color-light: #f2e6f4;
    --color-light-rgb: 242,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #dfc2e5;
    --color-light-hover: #dfc2e5;
    --color-light-hover-rgb: 223,194,229;
    --color-light-dark: #dfc2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f2e6f4;
    --color-light-on-black: #f2e6f4;
    --color-light-border: #77138d;

    --color-light-alert-background: #f1edf6;
    --color-light-alert-border: #f1eaf5;
    --color-light-alert-text: #200f24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(110, 97, 97, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://stabilisera.wondr.se/branding/checkboxImage?h=1759305270_047fdca0');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #77138d;
    --bs-primary-rgb: 119,19,141;
    --bs-primary-bg-subtle: #9d19ba;
    --bs-primary-border-subtle: #9d19ba;
    --bs-primary-text-emphasis: #510d60;

    /* secondary */
    --bs-secondary: #6e6161;
    --bs-secondary-rgb: 110,97,97;
    --bs-secondary-bg-subtle: #897979;
    --bs-secondary-border-subtle: #897979;
    --bs-secondary-text-emphasis: #534949;

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

    --stroke-linecap: round;
    
}   


