

: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;

    --color-primary: #00b144;
    --color-primary-rgb: 0,177,68;
    --color-primary-hover: #00e458;
    --color-primary-hover-rgb: 0,228,88;    
    --color-primary-dark: #007e30;
    --color-primary-light: #00e458;
    --color-primary-text: #000000;
    --color-primary-on-white: #00b144;
    --color-primary-on-black: #00b144;

    --color-primary-alert-background: #90d7af;
    --color-primary-alert-border: #60cb8c;
    --color-primary-alert-text: #003314;

    --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-light: #e6f4eb;
    --color-light-rgb: 230,244,235;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5d0;
    --color-light-hover: #c2e5d0;
    --color-light-hover-rgb: 194,229,208;
    --color-light-dark: #c2e5d0;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4eb;
    --color-light-on-black: #e6f4eb;
    --color-light-border: #00b144;

    --color-light-alert-background: #ecf2f2;
    --color-light-alert-border: #eaf3f0;
    --color-light-alert-text: #0f2417;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfit46.wondr.cc/branding/checkboxImage?h=1753361629_b2fb592d');

    --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: #00b144;
    --bs-primary-rgb: 0,177,68;
    --bs-primary-bg-subtle: #00e458;
    --bs-primary-border-subtle: #00e458;
    --bs-primary-text-emphasis: #007e30;

    /* 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;
    
}   


