

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #55595e;
    --color-tinted-white: #ecf1f9;
    --color-facility-text: #000000;

    --color-primary: #3166a3;
    --color-primary-rgb: 49,102,163;
    --color-primary-hover: #254d7c;
    --color-primary-hover-rgb: 37,77,124;    
    --color-primary-dark: #254d7c;
    --color-primary-light: #417fc6;
    --color-primary-text: #f5a623;
    --color-primary-on-white: #3166a3;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a4b9d5;
    --color-primary-alert-border: #7d9ec5;
    --color-primary-alert-text: #0c1927;

    --color-secondary: #6593d3;
    --color-secondary-rgb: 101,147,211;
    --color-secondary-hover: #3d77c8;
    --color-secondary-hover-rgb: 61,119,200;
    --color-secondary-dark: #3d77c8;
    --color-secondary-light: #8dafde;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #6593d3;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #b8cbe9;
    --color-secondary-alert-border: #9db9e1;
    --color-secondary-alert-text: #0b1728;

    --color-light: #e6edf4;
    --color-light-rgb: 230,237,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d2e5;
    --color-light-hover: #c2d2e5;
    --color-light-hover-rgb: 194,210,229;
    --color-light-dark: #c2d2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6edf4;
    --color-light-on-black: #e6edf4;
    --color-light-border: #3166a3;

    --color-light-alert-background: #eceff6;
    --color-light-alert-border: #eaeff5;
    --color-light-alert-text: #0f1924;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(101, 147, 211, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://totalwellness.wondr.se/branding/checkboxImage?h=1738170606_3fc2eca6');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #3166a3;
    --bs-primary-rgb: 49,102,163;
    --bs-primary-bg-subtle: #417fc6;
    --bs-primary-border-subtle: #417fc6;
    --bs-primary-text-emphasis: #254d7c;

    /* secondary */
    --bs-secondary: #6593d3;
    --bs-secondary-rgb: 101,147,211;
    --bs-secondary-bg-subtle: #8dafde;
    --bs-secondary-border-subtle: #8dafde;
    --bs-secondary-text-emphasis: #3d77c8;

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

    --stroke-linecap: round;
    
}   


