

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e555b;
    --color-tinted-white: #f9ecf5;
    --color-facility-text: #000000;

    --color-primary: #175865;
    --color-primary-rgb: 23,88,101;
    --color-primary-hover: #207c8f;
    --color-primary-hover-rgb: 32,124,143;    
    --color-primary-dark: #0e343b;
    --color-primary-light: #207c8f;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #175865;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #99b4bd;
    --color-primary-alert-border: #6e959f;
    --color-primary-alert-text: #09242a;

    --color-secondary: #bc3093;
    --color-secondary-rgb: 188,48,147;
    --color-secondary-hover: #932673;
    --color-secondary-hover-rgb: 147,38,115;
    --color-secondary-dark: #932673;
    --color-secondary-light: #d24dab;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #bc3093;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #dba4cf;
    --color-secondary-alert-border: #d17dbb;
    --color-secondary-alert-text: #290a20;

    --color-light: #e6f2f4;
    --color-light-rgb: 230,242,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2dfe5;
    --color-light-hover: #c2dfe5;
    --color-light-hover-rgb: 194,223,229;
    --color-light-dark: #c2dfe5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f2f4;
    --color-light-on-black: #e6f2f4;
    --color-light-border: #175865;

    --color-light-alert-background: #ecf1f6;
    --color-light-alert-border: #eaf2f5;
    --color-light-alert-text: #0f2024;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(188, 48, 147, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://invictamalmo.wondr.se/branding/checkboxImage?h=1749736645_55b4fc90');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #175865;
    --bs-primary-rgb: 23,88,101;
    --bs-primary-bg-subtle: #207c8f;
    --bs-primary-border-subtle: #207c8f;
    --bs-primary-text-emphasis: #0e343b;

    /* secondary */
    --bs-secondary: #bc3093;
    --bs-secondary-rgb: 188,48,147;
    --bs-secondary-bg-subtle: #d24dab;
    --bs-secondary-border-subtle: #d24dab;
    --bs-secondary-text-emphasis: #932673;

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

    --stroke-linecap: round;
    
}   


