

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #5e555e;
    --color-tinted-white: #f9ecf9;
    --color-facility-text: #ffffff;

    --color-primary: #ff7600;
    --color-primary-rgb: 255,118,0;
    --color-primary-hover: #cc5e00;
    --color-primary-hover-rgb: 204,94,0;    
    --color-primary-dark: #cc5e00;
    --color-primary-light: #ff9133;
    --color-primary-text: #000000;
    --color-primary-on-white: #ff7600;
    --color-primary-on-black: #ff7600;

    --color-primary-alert-background: #f6c094;
    --color-primary-alert-border: #f9a763;
    --color-primary-alert-text: #331800;

    --color-secondary: #4b4a4b;
    --color-secondary-rgb: 75,74,75;
    --color-secondary-hover: #656365;
    --color-secondary-hover-rgb: 101,99,101;
    --color-secondary-dark: #313131;
    --color-secondary-light: #656365;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #4b4a4b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #aeaeb2;
    --color-secondary-alert-border: #8d8d90;
    --color-secondary-alert-text: #1a191a;

    --color-light: #f4ede6;
    --color-light-rgb: 244,237,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d2c2;
    --color-light-hover: #e5d2c2;
    --color-light-hover-rgb: 229,210,194;
    --color-light-dark: #e5d2c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ede6;
    --color-light-on-black: #f4ede6;
    --color-light-border: #ff7600;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2efed;
    --color-light-alert-text: #24190f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(75, 74, 75, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://offlinetrening.wondr.cc/branding/checkboxImage?h=1750762384_34fb0272');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ff7600;
    --bs-primary-rgb: 255,118,0;
    --bs-primary-bg-subtle: #ff9133;
    --bs-primary-border-subtle: #ff9133;
    --bs-primary-text-emphasis: #cc5e00;

    /* secondary */
    --bs-secondary: #4b4a4b;
    --bs-secondary-rgb: 75,74,75;
    --bs-secondary-bg-subtle: #656365;
    --bs-secondary-border-subtle: #656365;
    --bs-secondary-text-emphasis: #313131;

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

    --stroke-linecap: round;
    
}   


