

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

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

    --color-facility: #000000;
    --color-tinted-gray: #303631;
    --color-tinted-white: #ecf9ec;
    --color-facility-text: #ffffff;

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

    --color-primary: #03a9f4;
    --color-primary-rgb: 3,169,244;
    --color-primary-hover: #0286c2;
    --color-primary-hover-rgb: 2,134,194;    
    --color-primary-dark: #0286c2;
    --color-primary-light: #2ebcfc;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #03a9f4;
    --color-primary-on-black: #03a9f4;
    --color-primary-ceil: #03a9f4;
    --color-primary-floor: #03a9f4;
    
    --color-primary-alert-background: #91d4f6;
    --color-primary-alert-border: #62c6f5;
    --color-primary-alert-text: #012332;
    
    --primary-h: 199;
    --primary-s: 98%;
    --primary-l: 48%;

    --color-secondary: #4caf50;
    --color-secondary-rgb: 76,175,80;
    --color-secondary-hover: #3d8b40;
    --color-secondary-hover-rgb: 61,139,64;
    --color-secondary-dark: #3d8b40;
    --color-secondary-light: #6ec071;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #4caf50;
    --color-secondary-on-black: #4caf50;
    --color-secondary-ceil: #4caf50;
    --color-secondary-floor: #4caf50;

    --color-secondary-alert-background: #aed7b4;
    --color-secondary-alert-border: #8ec993;
    --color-secondary-alert-text: #0f2410;
    
    --secondary-h: 122;
    --secondary-s: 39%;
    --secondary-l: 49%;

    --color-light: #e6f0f4;
    --color-light-rgb: 230,240,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2dae5;
    --color-light-hover: #c2dae5;
    --color-light-hover-rgb: 194,218,229;
    --color-light-dark: #c2dae5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f0f4;
    --color-light-on-black: #e6f0f4;
    --color-light-border: #03a9f4;

    --color-light-alert-background: #ecf1f6;
    --color-light-alert-border: #eaf0f5;
    --color-light-alert-text: #0f1d24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(76, 175, 80, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://alconfitness.wondr.cc/branding/checkboxImage?h=1787898291_5e83978f');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 54, 49, 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: #03a9f4;
    --bs-primary-rgb: 3,169,244;
    --bs-primary-bg-subtle: #2ebcfc;
    --bs-primary-border-subtle: #2ebcfc;
    --bs-primary-text-emphasis: #0286c2;

    /* secondary */
    --bs-secondary: #4caf50;
    --bs-secondary-rgb: 76,175,80;
    --bs-secondary-bg-subtle: #6ec071;
    --bs-secondary-border-subtle: #6ec071;
    --bs-secondary-text-emphasis: #3d8b40;

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

    --stroke-linecap: round;
    
}



