

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

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

    --color-facility: #ffffff;
    --color-facility-variant: #e6e6e6;
    --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-ceil: #5c7484;
    
    --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-ceil: #9c8b8f;

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

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #5c7484;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

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


