

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363034;
    --color-tinted-white: #f9ecf4;
    --color-facility-text: #000000;

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

    --color-primary: #ff0606;
    --color-primary-rgb: 255,6,6;
    --color-primary-hover: #d20000;
    --color-primary-hover-rgb: 210,0,0;    
    --color-primary-dark: #d20000;
    --color-primary-light: #ff3939;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #ff0606;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #ff0606;
    --color-primary-floor: #ff0606;
    
    --color-primary-alert-background: #f69397;
    --color-primary-alert-border: #f96466;
    --color-primary-alert-text: #330000;
    
    --primary-h: 0;
    --primary-s: 100%;
    --primary-l: 51%;

    --color-secondary: #d5c2ce;
    --color-secondary-rgb: 213,194,206;
    --color-secondary-hover: #c0a4b6;
    --color-secondary-hover-rgb: 192,164,182;
    --color-secondary-dark: #c0a4b6;
    --color-secondary-light: #eae0e6;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #d5c2ce;
    --color-secondary-on-black: #d5c2ce;
    --color-secondary-ceil: #cbb3c2;
    --color-secondary-floor: #d5c2ce;

    --color-secondary-alert-background: #e5dee7;
    --color-secondary-alert-border: #e0d5de;
    --color-secondary-alert-text: #1e151b;
    
    --secondary-h: 322;
    --secondary-s: 18%;
    --secondary-l: 80%;

    --color-light: #f4e6e6;
    --color-light-rgb: 244,230,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c2;
    --color-light-hover: #e5c2c2;
    --color-light-hover-rgb: 229,194,194;
    --color-light-dark: #e5c2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #ff0606;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(213, 194, 206, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fitness4you.wondr.cc/branding/checkboxImage?h=1774342223_0424b8fd');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 52, 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: #ff0606;
    --bs-primary-rgb: 255,6,6;
    --bs-primary-bg-subtle: #ff3939;
    --bs-primary-border-subtle: #ff3939;
    --bs-primary-text-emphasis: #d20000;

    /* secondary */
    --bs-secondary: #d5c2ce;
    --bs-secondary-rgb: 213,194,206;
    --bs-secondary-bg-subtle: #eae0e6;
    --bs-secondary-border-subtle: #eae0e6;
    --bs-secondary-text-emphasis: #c0a4b6;

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

    --stroke-linecap: round;
    
}



