

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5559;
    --color-tinted-white: #f9ecf2;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #182841;
    --color-primary-rgb: 24,40,65;
    --color-primary-hover: #263f66;
    --color-primary-hover-rgb: 38,63,102;    
    --color-primary-dark: #0a111c;
    --color-primary-light: #263f66;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #182841;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9aa1ae;
    --color-primary-alert-border: #6e788a;
    --color-primary-alert-text: #0e1725;

    --color-secondary: #db7da7;
    --color-secondary-rgb: 219,125,167;
    --color-secondary-hover: #d0558c;
    --color-secondary-hover-rgb: 208,85,140;
    --color-secondary-dark: #d0558c;
    --color-secondary-light: #e6a5c2;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #db7da7;
    --color-secondary-on-black: #db7da7;

    --color-secondary-alert-background: #e8c3d7;
    --color-secondary-alert-border: #e3abc7;
    --color-secondary-alert-text: #280b18;

    --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=1756381207_f9e474b3');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #182841;
    --bs-primary-rgb: 24,40,65;
    --bs-primary-bg-subtle: #263f66;
    --bs-primary-border-subtle: #263f66;
    --bs-primary-text-emphasis: #0a111c;

    /* secondary */
    --bs-secondary: #db7da7;
    --bs-secondary-rgb: 219,125,167;
    --bs-secondary-bg-subtle: #e6a5c2;
    --bs-secondary-border-subtle: #e6a5c2;
    --bs-secondary-text-emphasis: #d0558c;

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

    --stroke-linecap: round;
    
}   


