

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

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

    --color-facility: #000000;
    --color-tinted-gray: #363033;
    --color-tinted-white: #f9ecf2;
    --color-facility-text: #ffffff;

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

    --color-primary: #74b623;
    --color-primary-rgb: 116,182,35;
    --color-primary-hover: #598b1b;
    --color-primary-hover-rgb: 89,139,27;    
    --color-primary-dark: #598b1b;
    --color-primary-light: #8ed834;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #74b623;
    --color-primary-on-black: #74b623;
    --color-primary-ceil: #74b623;
    --color-primary-floor: #74b623;
    
    --color-primary-alert-background: #bed9a2;
    --color-primary-alert-border: #a6ce78;
    --color-primary-alert-text: #1b2b08;
    
    --primary-h: 87;
    --primary-s: 68%;
    --primary-l: 43%;

    --color-secondary: #7d7076;
    --color-secondary-rgb: 125,112,118;
    --color-secondary-hover: #62585d;
    --color-secondary-hover-rgb: 98,88,93;
    --color-secondary-dark: #62585d;
    --color-secondary-light: #968a90;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #7d7076;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #7d7076;
    --color-secondary-floor: #7d7076;

    --color-secondary-alert-background: #c2bdc3;
    --color-secondary-alert-border: #aba4aa;
    --color-secondary-alert-text: #1b1819;
    
    --secondary-h: 332;
    --secondary-s: 5%;
    --secondary-l: 46%;

    --color-light: #eef4e6;
    --color-light-rgb: 238,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d5e5c2;
    --color-light-hover: #d5e5c2;
    --color-light-hover-rgb: 213,229,194;
    --color-light-dark: #d5e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eef4e6;
    --color-light-on-black: #eef4e6;
    --color-light-border: #74b623;

    --color-light-alert-background: #eff2f0;
    --color-light-alert-border: #eff3ed;
    --color-light-alert-text: #1b240f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(125, 112, 118, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://shapeupfitness.wondr.cc/branding/checkboxImage?h=1781680075_9efcd9b5');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 51, 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: #74b623;
    --bs-primary-rgb: 116,182,35;
    --bs-primary-bg-subtle: #8ed834;
    --bs-primary-border-subtle: #8ed834;
    --bs-primary-text-emphasis: #598b1b;

    /* secondary */
    --bs-secondary: #7d7076;
    --bs-secondary-rgb: 125,112,118;
    --bs-secondary-bg-subtle: #968a90;
    --bs-secondary-border-subtle: #968a90;
    --bs-secondary-text-emphasis: #62585d;

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

    --stroke-linecap: round;
    
}



