

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363035;
    --color-tinted-white: #f9ecf7;
    --color-facility-text: #000000;

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

    --color-primary: #67e03c;
    --color-primary-rgb: 103,224,60;
    --color-primary-hover: #4cc920;
    --color-primary-hover-rgb: 76,201,32;    
    --color-primary-dark: #4cc920;
    --color-primary-light: #89e768;
    --color-primary-text: #171616;
    --color-primary-on-white: #67e03c;
    --color-primary-on-black: #67e03c;
    --color-primary-ceil: #67e03c;
    --color-primary-floor: #67e03c;
    
    --color-primary-alert-background: #b9eaac;
    --color-primary-alert-border: #9ee787;
    --color-primary-alert-text: #112c07;
    
    --primary-h: 104;
    --primary-s: 73%;
    --primary-l: 56%;

    --color-secondary: #a29ba1;
    --color-secondary-rgb: 162,155,161;
    --color-secondary-hover: #898188;
    --color-secondary-hover-rgb: 137,129,136;
    --color-secondary-dark: #898188;
    --color-secondary-light: #bbb5ba;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #a29ba1;
    --color-secondary-on-black: #a29ba1;
    --color-secondary-ceil: #a29ba1;
    --color-secondary-floor: #a29ba1;

    --color-secondary-alert-background: #d1cfd5;
    --color-secondary-alert-border: #c1bdc3;
    --color-secondary-alert-text: #1a191a;
    
    --secondary-h: 309;
    --secondary-s: 4%;
    --secondary-l: 62%;

    --color-light: #eaf4e6;
    --color-light-rgb: 234,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cbe5c2;
    --color-light-hover: #cbe5c2;
    --color-light-hover-rgb: 203,229,194;
    --color-light-dark: #cbe5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eaf4e6;
    --color-light-on-black: #eaf4e6;
    --color-light-border: #67e03c;

    --color-light-alert-background: #eef2f0;
    --color-light-alert-border: #ecf3ed;
    --color-light-alert-text: #15240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ezeefitness.wondr.cc/branding/checkboxImage?h=1775567180_6d8f2a0d');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 53, 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: #67e03c;
    --bs-primary-rgb: 103,224,60;
    --bs-primary-bg-subtle: #89e768;
    --bs-primary-border-subtle: #89e768;
    --bs-primary-text-emphasis: #4cc920;

    /* secondary */
    --bs-secondary: #a29ba1;
    --bs-secondary-rgb: 162,155,161;
    --bs-secondary-bg-subtle: #bbb5ba;
    --bs-secondary-border-subtle: #bbb5ba;
    --bs-secondary-text-emphasis: #898188;

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

    --stroke-linecap: round;
    
}



