

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555a5e;
    --color-tinted-white: #ecf3f9;
    --color-facility-text: #000000;

    --color-primary: #005aa8;
    --color-primary-rgb: 0,90,168;
    --color-primary-hover: #0075db;
    --color-primary-hover-rgb: 0,117,219;    
    --color-primary-dark: #003f75;
    --color-primary-light: #0075db;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #005aa8;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #90b5d7;
    --color-primary-alert-border: #6096c8;
    --color-primary-alert-text: #001b33;

    --color-secondary: #1f85d7;
    --color-secondary-rgb: 31,133,215;
    --color-secondary-hover: #1969aa;
    --color-secondary-hover-rgb: 25,105,170;
    --color-secondary-dark: #1969aa;
    --color-secondary-light: #459de4;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #1f85d7;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9cc6ea;
    --color-secondary-alert-border: #73b0e4;
    --color-secondary-alert-text: #061c2d;

    --color-light: #e6eef4;
    --color-light-rgb: 230,238,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d5e5;
    --color-light-hover: #c2d5e5;
    --color-light-hover-rgb: 194,213,229;
    --color-light-dark: #c2d5e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6eef4;
    --color-light-on-black: #e6eef4;
    --color-light-border: #005aa8;

    --color-light-alert-background: #ecf0f6;
    --color-light-alert-border: #eaeff5;
    --color-light-alert-text: #0f1a24;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(31, 133, 215, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://hassleholmsrehabcenter.se/branding/checkboxImage?h=1700150030_f8c9cbe2');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #005aa8;
    --bs-primary-rgb: 0,90,168;
    --bs-primary-bg-subtle: #0075db;
    --bs-primary-border-subtle: #0075db;
    --bs-primary-text-emphasis: #003f75;

    /* secondary */
    --bs-secondary: #1f85d7;
    --bs-secondary-rgb: 31,133,215;
    --bs-secondary-bg-subtle: #459de4;
    --bs-secondary-border-subtle: #459de4;
    --bs-secondary-text-emphasis: #1969aa;

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

    --stroke-linecap: round;
    
}   


