

: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: #ecf2f9;
    --color-facility-text: #000000;

    --color-primary: #253c57;
    --color-primary-rgb: 37,60,87;
    --color-primary-hover: #34557b;
    --color-primary-hover-rgb: 52,85,123;    
    --color-primary-dark: #162333;
    --color-primary-light: #34557b;
    --color-primary-text: #BEE1E6;
    --color-primary-on-white: #253c57;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9fa9b7;
    --color-primary-alert-border: #768497;
    --color-primary-alert-text: #0f1924;

    --color-secondary: #253c57;
    --color-secondary-rgb: 37,60,87;
    --color-secondary-hover: #34557b;
    --color-secondary-hover-rgb: 52,85,123;
    --color-secondary-dark: #162333;
    --color-secondary-light: #34557b;
    --color-secondary-text: #BEE1E6;
    --color-secondary-on-white: #253c57;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9fa9b7;
    --color-secondary-alert-border: #768497;
    --color-secondary-alert-text: #0f1924;

    --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: #253c57;

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

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(37, 60, 87, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fittothecoremalmo.wondr.se/branding/checkboxImage?h=1737966535_5e81b1fd');

    --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: #253c57;
    --bs-primary-rgb: 37,60,87;
    --bs-primary-bg-subtle: #34557b;
    --bs-primary-border-subtle: #34557b;
    --bs-primary-text-emphasis: #162333;

    /* secondary */
    --bs-secondary: #253c57;
    --bs-secondary-rgb: 37,60,87;
    --bs-secondary-bg-subtle: #34557b;
    --bs-secondary-border-subtle: #34557b;
    --bs-secondary-text-emphasis: #162333;

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

    --stroke-linecap: round;
    
}   


