

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

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

    --color-facility: #ffffff;
    --color-facility-variant: #e6e6e6;
    --color-tinted-gray: #5e5755;
    --color-tinted-white: #f9efec;
    --color-facility-text: #000000;

    --color-primary: #7b0438;
    --color-primary-rgb: 123,4,56;
    --color-primary-hover: #ac064e;
    --color-primary-hover-rgb: 172,6,78;    
    --color-primary-dark: #4a0222;
    --color-primary-light: #ac064e;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #7b0438;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #7b0438;
    
    --color-primary-alert-background: #c192ab;
    --color-primary-alert-border: #aa6384;
    --color-primary-alert-text: #310216;

    --color-secondary: #ed531c;
    --color-secondary-rgb: 237,83,28;
    --color-secondary-hover: #c64010;
    --color-secondary-hover-rgb: 198,64,16;
    --color-secondary-dark: #c64010;
    --color-secondary-light: #f1774b;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ed531c;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #ed531c;

    --color-secondary-alert-background: #efb29f;
    --color-secondary-alert-border: #ee9274;
    --color-secondary-alert-text: #2f0f04;

    --color-light: #f4e6ec;
    --color-light-rgb: 244,230,236;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2d1;
    --color-light-hover: #e5c2d1;
    --color-light-hover-rgb: 229,194,209;
    --color-light-dark: #e5c2d1;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6ec;
    --color-light-on-black: #f4e6ec;
    --color-light-border: #7b0438;

    --color-light-alert-background: #f2edf3;
    --color-light-alert-border: #f2eaf0;
    --color-light-alert-text: #240f18;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fitnesskonzums.wondr.cc/branding/checkboxImage?h=1763635579_556243d2');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #7b0438;
    --bs-primary-rgb: 123,4,56;
    --bs-primary-bg-subtle: #ac064e;
    --bs-primary-border-subtle: #ac064e;
    --bs-primary-text-emphasis: #4a0222;

    /* secondary */
    --bs-secondary: #ed531c;
    --bs-secondary-rgb: 237,83,28;
    --bs-secondary-bg-subtle: #f1774b;
    --bs-secondary-border-subtle: #f1774b;
    --bs-secondary-text-emphasis: #c64010;

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

    --stroke-linecap: round;
    
}   


