

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #545d56;
    --color-tinted-white: #ebf8ee;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #75a17b;
    --color-primary-rgb: 117,161,123;
    --color-primary-hover: #5b8761;
    --color-primary-hover-rgb: 91,135,97;    
    --color-primary-dark: #5b8761;
    --color-primary-light: #93b598;
    --color-primary-text: #242824;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #75a17b;

    --color-primary-alert-background: #bed1c5;
    --color-primary-alert-border: #a6c1ac;
    --color-primary-alert-text: #141e15;

    --color-secondary: #325c3a;
    --color-secondary-rgb: 50,92,58;
    --color-secondary-hover: #437d4e;
    --color-secondary-hover-rgb: 67,125,78;
    --color-secondary-dark: #203a25;
    --color-secondary-light: #437d4e;
    --color-secondary-text: #ebf8ee;
    --color-secondary-on-white: #325c3a;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a4b5ab;
    --color-secondary-alert-border: #7e9785;
    --color-secondary-alert-text: #112114;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(50, 92, 58, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fitnessgym.wondr.cc/branding/checkboxImage?h=1751631806_bcdf5e57');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545d56;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #75a17b;
    --bs-primary-rgb: 117,161,123;
    --bs-primary-bg-subtle: #93b598;
    --bs-primary-border-subtle: #93b598;
    --bs-primary-text-emphasis: #5b8761;

    --bs-secondary: #325c3a;
    --bs-secondary-rgb: 50,92,58;
    --bs-secondary-bg-subtle: #437d4e;
    --bs-secondary-border-subtle: #437d4e;
    --bs-secondary-text-emphasis: #203a25;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


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

    --stroke-linecap: round;
    
}   


