

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

    --border-radius: 20px;

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

    --border-radius: 20px;

    --color-primary: #f5a623;
    --color-primary-rgb: 245,166,35;
    --color-primary-hover: #db8c09;
    --color-primary-hover-rgb: 219,140,9;    
    --color-primary-dark: #db8c09;
    --color-primary-light: #f7b953;
    --color-primary-text: #f8f3eb;
    --color-primary-on-white: #f5a623;
    --color-primary-on-black: #f5a623;

    --color-primary-alert-background: #f2d3a2;
    --color-primary-alert-border: #f3c477;
    --color-primary-alert-text: #301f02;

    --color-secondary: #A2257C;
    --color-secondary-rgb: 162,37,124;
    --color-secondary-hover: #cb2e9b;
    --color-secondary-hover-rgb: 203,46,155;
    --color-secondary-dark: #781b5c;
    --color-secondary-light: #cb2e9b;
    --color-secondary-text: #f8ebf4;
    --color-secondary-on-white: #A2257C;
    --color-secondary-on-black: #A2257C;

    --color-secondary-alert-background: #d09fc5;
    --color-secondary-alert-border: #c176ad;
    --color-secondary-alert-text: #29091f;

    --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: #f0f1f7;
    --background-overlay-color: rgba(162, 37, 124, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://halsoverket.wondr.se/branding/checkboxImage?h=1749109988_118fa803');

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

    /* bootstrap 5 fixes */
    --bs-primary: #f5a623;
    --bs-primary-rgb: 245,166,35;
    --bs-primary-bg-subtle: #f7b953;
    --bs-primary-border-subtle: #f7b953;
    --bs-primary-text-emphasis: #db8c09;

    --bs-secondary: #A2257C;
    --bs-secondary-rgb: 162,37,124;
    --bs-secondary-bg-subtle: #cb2e9b;
    --bs-secondary-border-subtle: #cb2e9b;
    --bs-secondary-text-emphasis: #781b5c;

    --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;
    
}   


