

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

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

    --color-facility: #000000;
    --color-tinted-gray: #363030;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

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

    --color-primary: #40dbc4;
    --color-primary-rgb: 64,219,196;
    --color-primary-hover: #25c3ac;
    --color-primary-hover-rgb: 37,195,172;    
    --color-primary-dark: #25c3ac;
    --color-primary-light: #6be3d1;
    --color-primary-text: #000000;
    --color-primary-on-white: #40dbc4;
    --color-primary-on-black: #40dbc4;
    --color-primary-ceil: #40dbc4;
    --color-primary-floor: #40dbc4;
    
    --color-primary-alert-background: #aae8e3;
    --color-primary-alert-border: #86e4d8;
    --color-primary-alert-text: #082b26;
    
    --primary-h: 171;
    --primary-s: 68%;
    --primary-l: 55%;

    --color-secondary: #9a9595;
    --color-secondary-rgb: 154,149,149;
    --color-secondary-hover: #817b7b;
    --color-secondary-hover-rgb: 129,123,123;
    --color-secondary-dark: #817b7b;
    --color-secondary-light: #b3afaf;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #9a9595;
    --color-secondary-on-black: #9a9595;
    --color-secondary-ceil: #9a9595;
    --color-secondary-floor: #9a9595;

    --color-secondary-alert-background: #ceccd0;
    --color-secondary-alert-border: #bcbabc;
    --color-secondary-alert-text: #1a1919;
    
    --secondary-h: 0;
    --secondary-s: 2%;
    --secondary-l: 59%;

    --color-light: #e6f4f2;
    --color-light-rgb: 230,244,242;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5e0;
    --color-light-hover: #c2e5e0;
    --color-light-hover-rgb: 194,229,224;
    --color-light-dark: #c2e5e0;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f2;
    --color-light-on-black: #e6f4f2;
    --color-light-border: #40dbc4;

    --color-light-alert-background: #ecf2f5;
    --color-light-alert-border: #eaf3f4;
    --color-light-alert-text: #0f2421;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(154, 149, 149, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://hcacrossfit.wondr.cc/branding/checkboxImage?h=1772185560_c7e5960e');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 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: #40dbc4;
    --bs-primary-rgb: 64,219,196;
    --bs-primary-bg-subtle: #6be3d1;
    --bs-primary-border-subtle: #6be3d1;
    --bs-primary-text-emphasis: #25c3ac;

    /* secondary */
    --bs-secondary: #9a9595;
    --bs-secondary-rgb: 154,149,149;
    --bs-secondary-bg-subtle: #b3afaf;
    --bs-secondary-border-subtle: #b3afaf;
    --bs-secondary-text-emphasis: #817b7b;

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

    --stroke-linecap: round;
    
}



