

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303336;
    --color-tinted-white: #ecf2f9;
    --color-facility-text: #000000;

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

    --color-primary: #57de3f;
    --color-primary-rgb: 87,222,63;
    --color-primary-hover: #3bc822;
    --color-primary-hover-rgb: 59,200,34;    
    --color-primary-dark: #3bc822;
    --color-primary-light: #7de56b;
    --color-primary-text: #000000;
    --color-primary-on-white: #57de3f;
    --color-primary-on-black: #57de3f;
    --color-primary-ceil: #57de3f;
    --color-primary-floor: #57de3f;
    
    --color-primary-alert-background: #b3e9ad;
    --color-primary-alert-border: #94e689;
    --color-primary-alert-text: #0d2c07;
    
    --primary-h: 111;
    --primary-s: 71%;
    --primary-l: 56%;

    --color-secondary: #649bdf;
    --color-secondary-rgb: 100,155,223;
    --color-secondary-hover: #3a80d6;
    --color-secondary-hover-rgb: 58,128,214;
    --color-secondary-dark: #3a80d6;
    --color-secondary-light: #8eb6e8;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #649bdf;
    --color-secondary-on-black: #649bdf;
    --color-secondary-ceil: #649bdf;
    --color-secondary-floor: #649bdf;

    --color-secondary-alert-background: #b8cfed;
    --color-secondary-alert-border: #9cbde9;
    --color-secondary-alert-text: #09182a;
    
    --secondary-h: 213;
    --secondary-s: 66%;
    --secondary-l: 63%;

    --color-light: #e8f4e6;
    --color-light-rgb: 232,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c8e5c2;
    --color-light-hover: #c8e5c2;
    --color-light-hover-rgb: 200,229,194;
    --color-light-dark: #c8e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e8f4e6;
    --color-light-on-black: #e8f4e6;
    --color-light-border: #57de3f;

    --color-light-alert-background: #edf2f0;
    --color-light-alert-border: #ebf3ed;
    --color-light-alert-text: #12240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(100, 155, 223, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://klosterfysio.wondr.cc/branding/checkboxImage?h=1782202709_f85eb7d5');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 51, 54, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #57de3f;
    --bs-primary-rgb: 87,222,63;
    --bs-primary-bg-subtle: #7de56b;
    --bs-primary-border-subtle: #7de56b;
    --bs-primary-text-emphasis: #3bc822;

    /* secondary */
    --bs-secondary: #649bdf;
    --bs-secondary-rgb: 100,155,223;
    --bs-secondary-bg-subtle: #8eb6e8;
    --bs-secondary-border-subtle: #8eb6e8;
    --bs-secondary-text-emphasis: #3a80d6;

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

    --stroke-linecap: round;
    
}



