

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5458;
    --color-tinted-white: #f8ebf1;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #182841;
    --color-primary-rgb: 24,40,65;
    --color-primary-hover: #253e66;
    --color-primary-hover-rgb: 37,62,102;    
    --color-primary-dark: #0a111b;
    --color-primary-light: #253e66;
    --color-primary-text: #ebf0f8;
    --color-primary-on-white: #182841;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #99a0ae;
    --color-primary-alert-border: #6e7889;
    --color-primary-alert-text: #0d1625;

    --color-secondary: #db7da7;
    --color-secondary-rgb: 219,125,167;
    --color-secondary-hover: #cf558b;
    --color-secondary-hover-rgb: 207,85,139;
    --color-secondary-dark: #cf558b;
    --color-secondary-light: #e6a4c2;
    --color-secondary-text: #f8ebf1;
    --color-secondary-on-white: #db7da7;
    --color-secondary-on-black: #db7da7;

    --color-secondary-alert-background: #e7c2d7;
    --color-secondary-alert-border: #e3abc7;
    --color-secondary-alert-text: #270b17;

    --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(219, 125, 167, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://munktell.wondr.se/branding/checkboxImage?h=1748335023_f9e474b3');

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

    /* bootstrap 5 fixes */
    --bs-primary: #182841;
    --bs-primary-rgb: 24,40,65;
    --bs-primary-bg-subtle: #253e66;
    --bs-primary-border-subtle: #253e66;
    --bs-primary-text-emphasis: #0a111b;

    --bs-secondary: #db7da7;
    --bs-secondary-rgb: 219,125,167;
    --bs-secondary-bg-subtle: #e6a4c2;
    --bs-secondary-border-subtle: #e6a4c2;
    --bs-secondary-text-emphasis: #cf558b;

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


