

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

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

    --color-facility: #fcba08;
    --color-tinted-gray: #363430;
    --color-tinted-white: #f9f5ec;
    --color-facility-text: #000000;

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

    --color-primary: #fcba08;
    --color-primary-rgb: 252,186,8;
    --color-primary-hover: #ce9703;
    --color-primary-hover-rgb: 206,151,3;    
    --color-primary-dark: #ce9703;
    --color-primary-light: #fdc83a;
    --color-primary-text: #000000;
    --color-primary-on-white: #fcba08;
    --color-primary-on-black: #fcba08;
    --color-primary-ceil: #fcba08;
    --color-primary-floor: #fcba08;
    
    --color-primary-alert-background: #f5db97;
    --color-primary-alert-border: #f7d068;
    --color-primary-alert-text: #322501;
    
    --primary-h: 44;
    --primary-s: 98%;
    --primary-l: 51%;

    --color-secondary: #fcba08;
    --color-secondary-rgb: 252,186,8;
    --color-secondary-hover: #ce9703;
    --color-secondary-hover-rgb: 206,151,3;
    --color-secondary-dark: #ce9703;
    --color-secondary-light: #fdc83a;
    --color-secondary-text: #030303;
    --color-secondary-on-white: #fcba08;
    --color-secondary-on-black: #fcba08;
    --color-secondary-ceil: #fcba08;
    --color-secondary-floor: #fcba08;

    --color-secondary-alert-background: #f5db97;
    --color-secondary-alert-border: #f7d068;
    --color-secondary-alert-text: #322501;
    
    --secondary-h: 44;
    --secondary-s: 98%;
    --secondary-l: 51%;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dcc2;
    --color-light-hover: #e5dcc2;
    --color-light-hover-rgb: 229,220,194;
    --color-light-dark: #e5dcc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #fcba08;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f7f5f0;
    --background-overlay-color: rgba(252, 186, 8, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://gymogfit4u.wondr.cc/branding/checkboxImage?h=1781001387_28667685');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 52, 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: #fcba08;
    --bs-primary-rgb: 252,186,8;
    --bs-primary-bg-subtle: #fdc83a;
    --bs-primary-border-subtle: #fdc83a;
    --bs-primary-text-emphasis: #ce9703;

    /* secondary */
    --bs-secondary: #fcba08;
    --bs-secondary-rgb: 252,186,8;
    --bs-secondary-bg-subtle: #fdc83a;
    --bs-secondary-border-subtle: #fdc83a;
    --bs-secondary-text-emphasis: #ce9703;

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

    --stroke-linecap: round;
    
}



