

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #545a5d;
    --color-tinted-white: #ebf4f8;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #9c8b8f;
    --color-primary-rgb: 156,139,143;
    --color-primary-hover: #837074;
    --color-primary-hover-rgb: 131,112,116;    
    --color-primary-dark: #837074;
    --color-primary-light: #b3a6a9;
    --color-primary-text: #FFFFFF;
    --color-primary-on-white: #9c8b8f;
    --color-primary-on-black: #9c8b8f;

    --color-primary-alert-background: #cec8cd;
    --color-primary-alert-border: #bdb3b8;
    --color-primary-alert-text: #1b1718;

    --color-secondary: #5C7684;
    --color-secondary-rgb: 92,118,132;
    --color-secondary-hover: #475b65;
    --color-secondary-hover-rgb: 71,91,101;
    --color-secondary-dark: #475b65;
    --color-secondary-light: #748f9e;
    --color-secondary-text: #FFFFFF;
    --color-secondary-on-white: #5C7684;
    --color-secondary-on-black: #5C7684;

    --color-secondary-alert-background: #b4bfc9;
    --color-secondary-alert-border: #97a7b2;
    --color-secondary-alert-text: #141a1e;

    --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(92, 118, 132, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://upuppsala.wondr.se/branding/checkboxImage?h=1755609248_7a5c3bd6');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545a5d;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #9c8b8f;
    --bs-primary-rgb: 156,139,143;
    --bs-primary-bg-subtle: #b3a6a9;
    --bs-primary-border-subtle: #b3a6a9;
    --bs-primary-text-emphasis: #837074;

    --bs-secondary: #5C7684;
    --bs-secondary-rgb: 92,118,132;
    --bs-secondary-bg-subtle: #748f9e;
    --bs-secondary-border-subtle: #748f9e;
    --bs-secondary-text-emphasis: #475b65;

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


