

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

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

    --color-facility: #ffffff;
    --color-facility-variant: #e6e6e6;
    --color-tinted-gray: #555e56;
    --color-tinted-white: #ecf9ed;
    --color-facility-text: #000000;

    --color-primary: #0f1415;
    --color-primary-rgb: 15,20,21;
    --color-primary-hover: #243033;
    --color-primary-hover-rgb: 36,48,51;    
    --color-primary-dark: #000000;
    --color-primary-light: #243033;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #0f1415;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #0f1415;
    
    --color-primary-alert-background: #96999d;
    --color-primary-alert-border: #696c6f;
    --color-primary-alert-text: #151c1e;

    --color-secondary: #17c92b;
    --color-secondary-rgb: 23,201,43;
    --color-secondary-hover: #129b21;
    --color-secondary-hover-rgb: 18,155,33;
    --color-secondary-dark: #129b21;
    --color-secondary-light: #2ce741;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #17c92b;
    --color-secondary-on-black: #17c92b;
    --color-secondary-ceil: #17c92b;

    --color-secondary-alert-background: #99e1a5;
    --color-secondary-alert-border: #6ed97d;
    --color-secondary-alert-text: #052e0a;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #0f1415;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(23, 201, 43, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitpitstop.wondr.cc/branding/checkboxImage?h=1756820852_6b0d7868');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #0f1415;
    --bs-primary-rgb: 15,20,21;
    --bs-primary-bg-subtle: #243033;
    --bs-primary-border-subtle: #243033;
    --bs-primary-text-emphasis: #000000;

    /* secondary */
    --bs-secondary: #17c92b;
    --bs-secondary-rgb: 23,201,43;
    --bs-secondary-bg-subtle: #2ce741;
    --bs-secondary-border-subtle: #2ce741;
    --bs-secondary-text-emphasis: #129b21;

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

    --stroke-linecap: round;
    
}   


