

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #b20100;
    --color-primary-rgb: 178,1,0;
    --color-primary-hover: #e50100;
    --color-primary-hover-rgb: 229,1,0;    
    --color-primary-dark: #7f0000;
    --color-primary-light: #e50100;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #b20100;
    --color-primary-on-black: #b20100;

    --color-primary-alert-background: #d79194;
    --color-primary-alert-border: #ca6162;
    --color-primary-alert-text: #330000;

    --color-secondary: #0b0b0b;
    --color-secondary-rgb: 11,11,11;
    --color-secondary-hover: #242424;
    --color-secondary-hover-rgb: 36,36,36;
    --color-secondary-dark: #000000;
    --color-secondary-light: #242424;
    --color-secondary-text: ;
    --color-secondary-on-white: #0b0b0b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #949598;
    --color-secondary-alert-border: #666769;
    --color-secondary-alert-text: #191919;

    --color-danger: #020202;
    --color-danger-hover: #1b1b1b;
    --color-danger-dark: #000000;
    --color-danger-light: #1b1b1b;
    --color-danger-text: #f8ebeb;
    --color-danger-on-white: #020202;
    --color-danger-on-black: #FFFFFF;

    --color-danger-alert-background: #909195;
    --color-danger-alert-border: #616164;
    --color-danger-alert-text: #191919;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(11, 11, 11, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://anytimegym.wondr.cc/branding/checkboxImage?h=1752140415_a2ce036c');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #b20100;
    --bs-primary-rgb: 178,1,0;
    --bs-primary-bg-subtle: #e50100;
    --bs-primary-border-subtle: #e50100;
    --bs-primary-text-emphasis: #7f0000;

    --bs-secondary: #0b0b0b;
    --bs-secondary-rgb: 11,11,11;
    --bs-secondary-bg-subtle: #242424;
    --bs-secondary-border-subtle: #242424;
    --bs-secondary-text-emphasis: #000000;

    --bs-danger: #020202;
    --bs-danger-rgb: 2,2,2;
    --bs-danger-bg-subtle: #1b1b1b;
    --bs-danger-border-subtle: #1b1b1b;
    --bs-danger-text-emphasis: #000000;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


