

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5955;
    --color-tinted-white: #f9f1ec;
    --color-facility-text: #000000;

    --color-primary: #ef771c;
    --color-primary-rgb: 239,119,28;
    --color-primary-hover: #ca5f0e;
    --color-primary-hover-rgb: 202,95,14;    
    --color-primary-dark: #ca5f0e;
    --color-primary-light: #f2944c;
    --color-primary-text: #0c0c0b;
    --color-primary-on-white: #ef771c;
    --color-primary-on-black: #ef771c;

    --color-primary-alert-background: #f0c09f;
    --color-primary-alert-border: #efa874;
    --color-primary-alert-text: #301603;

    --color-secondary: #ef771c;
    --color-secondary-rgb: 239,119,28;
    --color-secondary-hover: #ca5f0e;
    --color-secondary-hover-rgb: 202,95,14;
    --color-secondary-dark: #ca5f0e;
    --color-secondary-light: #f2944c;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #ef771c;
    --color-secondary-on-black: #ef771c;

    --color-secondary-alert-background: #f0c09f;
    --color-secondary-alert-border: #efa874;
    --color-secondary-alert-text: #301603;

    --color-light: #f4ece6;
    --color-light-rgb: 247,240,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d1c2;
    --color-light-hover: #e5d1c2;
    --color-light-hover-rgb: 229,209,194;
    --color-light-dark: #e5d1c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ece6;
    --color-light-on-black: #f4ece6;
    --color-light-border: #ef771c;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eeed;
    --color-light-alert-text: #24180f;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(239, 119, 28, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://tonysgym.wondr.cc/branding/checkboxImage?h=1759489000_79dac859');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 89, 85, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ef771c;
    --bs-primary-rgb: 239,119,28;
    --bs-primary-bg-subtle: #f2944c;
    --bs-primary-border-subtle: #f2944c;
    --bs-primary-text-emphasis: #ca5f0e;

    /* secondary */
    --bs-secondary: #ef771c;
    --bs-secondary-rgb: 239,119,28;
    --bs-secondary-bg-subtle: #f2944c;
    --bs-secondary-border-subtle: #f2944c;
    --bs-secondary-text-emphasis: #ca5f0e;

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

    --stroke-linecap: round;
    
}   


