

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5d55;
    --color-tinted-white: #f9f8ec;
    --color-facility-text: #ffffff;

    --color-primary: #7d848c;
    --color-primary-rgb: 125,132,140;
    --color-primary-hover: #646b72;
    --color-primary-hover-rgb: 100,107,114;    
    --color-primary-dark: #646b72;
    --color-primary-light: #989ea4;
    --color-primary-text: #000000;
    --color-primary-on-white: #7d848c;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #c2c5cc;
    --color-primary-alert-border: #abb0b7;
    --color-primary-alert-text: #18191b;

    --color-secondary: #f7e928;
    --color-secondary-rgb: 247,233,40;
    --color-secondary-hover: #e4d508;
    --color-secondary-hover-rgb: 228,213,8;
    --color-secondary-dark: #e4d508;
    --color-secondary-light: #f9ee59;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #f7e928;
    --color-secondary-on-black: #f7e928;

    --color-secondary-alert-background: #f3eea4;
    --color-secondary-alert-border: #f4ec7b;
    --color-secondary-alert-text: #312e02;

    --color-light: #e6edf4;
    --color-light-rgb: 230,237,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d2e5;
    --color-light-hover: #c2d2e5;
    --color-light-hover-rgb: 194,210,229;
    --color-light-dark: #c2d2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6edf4;
    --color-light-on-black: #e6edf4;
    --color-light-border: #7d848c;

    --color-light-alert-background: #eceff6;
    --color-light-alert-border: #eaeff5;
    --color-light-alert-text: #0f1924;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(247, 233, 40, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://mind2muscle.wondr.se/branding/checkboxImage?h=1701079356_caac3295');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #7d848c;
    --bs-primary-rgb: 125,132,140;
    --bs-primary-bg-subtle: #989ea4;
    --bs-primary-border-subtle: #989ea4;
    --bs-primary-text-emphasis: #646b72;

    /* secondary */
    --bs-secondary: #f7e928;
    --bs-secondary-rgb: 247,233,40;
    --bs-secondary-bg-subtle: #f9ee59;
    --bs-secondary-border-subtle: #f9ee59;
    --bs-secondary-text-emphasis: #e4d508;

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

    --stroke-linecap: round;
    
}   


