

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303536;
    --color-tinted-white: #ecf8f9;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #bd248d;
    --color-primary-rgb: 189,36,141;
    --color-primary-hover: #921c6d;
    --color-primary-hover-rgb: 146,28,109;    
    --color-primary-dark: #921c6d;
    --color-primary-light: #da3aa8;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #bd248d;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #bd248d;
    --color-primary-floor: #bd248d;
    
    --color-primary-alert-background: #dc9fcd;
    --color-primary-alert-border: #d176b7;
    --color-primary-alert-text: #2b0820;
    
    --primary-h: 319;
    --primary-s: 68%;
    --primary-l: 44%;

    --color-secondary: #36acb1;
    --color-secondary-rgb: 54,172,177;
    --color-secondary-hover: #2a868a;
    --color-secondary-hover-rgb: 42,134,138;
    --color-secondary-dark: #2a868a;
    --color-secondary-light: #50c5ca;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #36acb1;
    --color-secondary-on-black: #36acb1;
    --color-secondary-ceil: #36acb1;
    --color-secondary-floor: #36acb1;

    --color-secondary-alert-background: #a6d5db;
    --color-secondary-alert-border: #80c8cd;
    --color-secondary-alert-text: #0c2627;
    
    --secondary-h: 182;
    --secondary-s: 53%;
    --secondary-l: 45%;

    --color-light: #f4e6f0;
    --color-light-rgb: 244,230,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2da;
    --color-light-hover: #e5c2da;
    --color-light-hover-rgb: 229,194,218;
    --color-light-dark: #e5c2da;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6f0;
    --color-light-on-black: #f4e6f0;
    --color-light-border: #bd248d;

    --color-light-alert-background: #f2edf4;
    --color-light-alert-border: #f2eaf3;
    --color-light-alert-text: #240f1d;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(54, 172, 177, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://invictamalmo.wondr.se/branding/checkboxImage?h=1775812130_55b4fc90');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 53, 54, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: light;
    --hero-theme-class: hero-theme-light;
    --hero-overlay-color: rgba(255, 255, 255, 0.3);
    --hero-text-color: var(--header-color);

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #bd248d;
    --bs-primary-rgb: 189,36,141;
    --bs-primary-bg-subtle: #da3aa8;
    --bs-primary-border-subtle: #da3aa8;
    --bs-primary-text-emphasis: #921c6d;

    /* secondary */
    --bs-secondary: #36acb1;
    --bs-secondary-rgb: 54,172,177;
    --bs-secondary-bg-subtle: #50c5ca;
    --bs-secondary-border-subtle: #50c5ca;
    --bs-secondary-text-emphasis: #2a868a;

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

    --stroke-linecap: round;
    
}



