

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --border-radius: 20px;

    --color-primary: #9c7764;
    --color-primary-rgb: 156,119,100;
    --color-primary-hover: #7d5f50;
    --color-primary-hover-rgb: 125,95,80;    
    --color-primary-dark: #7d5f50;
    --color-primary-light: #b09283;
    --color-primary-text: #000000;
    --color-primary-on-white: #9c7764;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #cec0bc;
    --color-primary-alert-border: #bea89f;
    --color-primary-alert-text: #1f1814;

    --color-secondary: #000000;
    --color-secondary-rgb: 0,0,0;
    --color-secondary-hover: #1a1a1a;
    --color-secondary-hover-rgb: 26,26,26;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1a1a1a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #909194;
    --color-secondary-alert-border: #606063;
    --color-secondary-alert-text: #1a1a1a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://thegym.wondr.cc/branding/checkboxImage?h=1754634089_98940f92');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #9c7764;
    --bs-primary-rgb: 156,119,100;
    --bs-primary-bg-subtle: #b09283;
    --bs-primary-border-subtle: #b09283;
    --bs-primary-text-emphasis: #7d5f50;

    /* secondary */
    --bs-secondary: #000000;
    --bs-secondary-rgb: 0,0,0;
    --bs-secondary-bg-subtle: #1a1a1a;
    --bs-secondary-border-subtle: #1a1a1a;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


