

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5a55;
    --color-tinted-white: #f9f3ec;
    --color-facility-text: #000000;

    --color-primary: #0882c4;
    --color-primary-rgb: 8,130,196;
    --color-primary-hover: #066193;
    --color-primary-hover-rgb: 6,97,147;    
    --color-primary-dark: #066193;
    --color-primary-light: #0aa3f5;
    --color-primary-text: #000000;
    --color-primary-on-white: #0882c4;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #93c5e3;
    --color-primary-alert-border: #65aed8;
    --color-primary-alert-text: #022131;

    --color-secondary: #bc893f;
    --color-secondary-rgb: 188,137,63;
    --color-secondary-hover: #966d32;
    --color-secondary-hover-rgb: 150,109,50;
    --color-secondary-dark: #966d32;
    --color-secondary-light: #cba163;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #bc893f;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #dbc7ad;
    --color-secondary-alert-border: #d1b389;
    --color-secondary-alert-text: #261c0d;

    --color-light: #e6eff4;
    --color-light-rgb: 230,239,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d9e5;
    --color-light-hover: #c2d9e5;
    --color-light-hover-rgb: 194,217,229;
    --color-light-dark: #c2d9e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6eff4;
    --color-light-on-black: #e6eff4;
    --color-light-border: #0882c4;

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

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(188, 137, 63, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://passionforfitness.wondr.cc/branding/checkboxImage?h=1758090871_02622ffe');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #0882c4;
    --bs-primary-rgb: 8,130,196;
    --bs-primary-bg-subtle: #0aa3f5;
    --bs-primary-border-subtle: #0aa3f5;
    --bs-primary-text-emphasis: #066193;

    /* secondary */
    --bs-secondary: #bc893f;
    --bs-secondary-rgb: 188,137,63;
    --bs-secondary-bg-subtle: #cba163;
    --bs-secondary-border-subtle: #cba163;
    --bs-secondary-text-emphasis: #966d32;

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

    --stroke-linecap: round;
    
}   


