

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5557;
    --color-tinted-white: #f9ecef;
    --color-facility-text: #000000;

    --color-primary: #5c7484;
    --color-primary-rgb: 92,116,132;
    --color-primary-hover: #475a66;
    --color-primary-hover-rgb: 71,90,102;    
    --color-primary-dark: #475a66;
    --color-primary-light: #758e9e;
    --color-primary-text: #FFFFFF;
    --color-primary-on-white: #5c7484;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b5bfc9;
    --color-primary-alert-border: #97a6b2;
    --color-primary-alert-text: #151a1e;

    --color-secondary: #9c8b8f;
    --color-secondary-rgb: 156,139,143;
    --color-secondary-hover: #847075;
    --color-secondary-hover-rgb: 132,112,117;
    --color-secondary-dark: #847075;
    --color-secondary-light: #b3a7aa;
    --color-secondary-text: #FFFFFF;
    --color-secondary-on-white: #9c8b8f;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #cec8cd;
    --color-secondary-alert-border: #beb4b9;
    --color-secondary-alert-text: #1c1718;

    --color-light: #e6eff4;
    --color-light-rgb: 230,239,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d7e5;
    --color-light-hover: #c2d7e5;
    --color-light-hover-rgb: 194,215,229;
    --color-light-dark: #c2d7e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6eff4;
    --color-light-on-black: #e6eff4;
    --color-light-border: #5c7484;

    --color-light-alert-background: #ecf0f6;
    --color-light-alert-border: #eaf0f5;
    --color-light-alert-text: #0f1c24;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(156, 139, 143, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://upuppsala.wondr.se/branding/checkboxImage?h=1759839031_7a5c3bd6');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #5c7484;
    --bs-primary-rgb: 92,116,132;
    --bs-primary-bg-subtle: #758e9e;
    --bs-primary-border-subtle: #758e9e;
    --bs-primary-text-emphasis: #475a66;

    /* secondary */
    --bs-secondary: #9c8b8f;
    --bs-secondary-rgb: 156,139,143;
    --bs-secondary-bg-subtle: #b3a7aa;
    --bs-secondary-border-subtle: #b3a7aa;
    --bs-secondary-text-emphasis: #847075;

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

    --stroke-linecap: round;
    
}   


