

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303236;
    --color-tinted-white: #ecf1f9;
    --color-facility-text: #000000;

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

    --color-primary: #090202;
    --color-primary-rgb: 9,2,2;
    --color-primary-hover: #330b0b;
    --color-primary-hover-rgb: 51,11,11;    
    --color-primary-dark: #000000;
    --color-primary-light: #330b0b;
    --color-primary-text: #09aef4;
    --color-primary-on-white: #090202;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #090202;
    --color-primary-floor: #201d1d;
    
    --color-primary-alert-background: #949195;
    --color-primary-alert-border: #656264;
    --color-primary-alert-text: #2a0909;
    
    --primary-h: 0;
    --primary-s: 64%;
    --primary-l: 2%;

    --color-secondary: #02060d;
    --color-secondary-rgb: 2,6,13;
    --color-secondary-hover: #091a39;
    --color-secondary-hover-rgb: 9,26,57;
    --color-secondary-dark: #000000;
    --color-secondary-light: #091a39;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #02060d;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #02060d;
    --color-secondary-floor: #1d1e20;

    --color-secondary-alert-background: #919399;
    --color-secondary-alert-border: #61646b;
    --color-secondary-alert-text: #07142c;
    
    --secondary-h: 218;
    --secondary-s: 73%;
    --secondary-l: 3%;

    --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: #090202;

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(9, 2, 2, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fitness2you.wondr.cc/branding/checkboxImage?h=1773390940_4d0f5bfe');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 50, 54, 1.00);
    --header-transform: none;
    --header-weight: normal;
    --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: #090202;
    --bs-primary-rgb: 9,2,2;
    --bs-primary-bg-subtle: #330b0b;
    --bs-primary-border-subtle: #330b0b;
    --bs-primary-text-emphasis: #000000;

    /* secondary */
    --bs-secondary: #02060d;
    --bs-secondary-rgb: 2,6,13;
    --bs-secondary-bg-subtle: #091a39;
    --bs-secondary-border-subtle: #091a39;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}



