

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

    --border-radius: 20px;

    --color-facility: #000000;
    --color-tinted-gray: #54595d;
    --color-tinted-white: #ebf2f8;
    --color-facility-text: #f8ebeb;

    --border-radius: 20px;

    --color-primary: #668bae;
    --color-primary-rgb: 102,139,174;
    --color-primary-hover: #4d7193;
    --color-primary-hover-rgb: 77,113,147;    
    --color-primary-dark: #4d7193;
    --color-primary-light: #87a4bf;
    --color-primary-text: #ebf2f8;
    --color-primary-on-white: #668bae;
    --color-primary-on-black: #668bae;

    --color-primary-alert-background: #b8c8d9;
    --color-primary-alert-border: #9db3cb;
    --color-primary-alert-text: #111921;

    --color-secondary: #151617;
    --color-secondary-rgb: 21,22,23;
    --color-secondary-hover: #2d2f31;
    --color-secondary-hover-rgb: 45,47,49;
    --color-secondary-dark: #000000;
    --color-secondary-light: #2d2f31;
    --color-secondary-text: #ebf2f8;
    --color-secondary-on-white: #151617;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #98999d;
    --color-secondary-alert-border: #6c6d70;
    --color-secondary-alert-text: #18191a;

    --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(21, 22, 23, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitcentrum.wondr.cc/branding/checkboxImage?h=1753444482_53331677');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #54595d;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #668bae;
    --bs-primary-rgb: 102,139,174;
    --bs-primary-bg-subtle: #87a4bf;
    --bs-primary-border-subtle: #87a4bf;
    --bs-primary-text-emphasis: #4d7193;

    --bs-secondary: #151617;
    --bs-secondary-rgb: 21,22,23;
    --bs-secondary-bg-subtle: #2d2f31;
    --bs-secondary-border-subtle: #2d2f31;
    --bs-secondary-text-emphasis: #000000;

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


