

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

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

    --color-facility: #ffffff;
    --color-facility-variant: #e6e6e6;
    --color-tinted-gray: #5e5655;
    --color-tinted-white: #f9eeec;
    --color-facility-text: #000000;

    --color-primary: #e3bf00;
    --color-primary-rgb: 227,191,0;
    --color-primary-hover: #b09400;
    --color-primary-hover-rgb: 176,148,0;    
    --color-primary-dark: #b09400;
    --color-primary-light: #ffda17;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #e3bf00;
    --color-primary-on-black: #e3bf00;
    --color-primary-ceil: #e3bf00;
    
    --color-primary-alert-background: #ebdd94;
    --color-primary-alert-border: #e8d363;
    --color-primary-alert-text: #332b00;

    --color-secondary: #e2725b;
    --color-secondary-rgb: 226,114,91;
    --color-secondary-hover: #da4d30;
    --color-secondary-hover-rgb: 218,77,48;
    --color-secondary-dark: #da4d30;
    --color-secondary-light: #ea9786;
    --color-secondary-text: #f4f0ec;
    --color-secondary-on-white: #e2725b;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #e2725b;

    --color-secondary-alert-background: #eabeb9;
    --color-secondary-alert-border: #e8a599;
    --color-secondary-alert-text: #2b0e08;

    --color-light: #f4f2e6;
    --color-light-rgb: 244,242,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dfc2;
    --color-light-hover: #e5dfc2;
    --color-light-hover-rgb: 229,223,194;
    --color-light-dark: #e5dfc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f2e6;
    --color-light-on-black: #f4f2e6;
    --color-light-border: #e3bf00;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f2ed;
    --color-light-alert-text: #24200f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(226, 114, 91, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://skogyoga.wondr.se/branding/checkboxImage?h=1723308199_0e7a9f76');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e3bf00;
    --bs-primary-rgb: 227,191,0;
    --bs-primary-bg-subtle: #ffda17;
    --bs-primary-border-subtle: #ffda17;
    --bs-primary-text-emphasis: #b09400;

    /* secondary */
    --bs-secondary: #e2725b;
    --bs-secondary-rgb: 226,114,91;
    --bs-secondary-bg-subtle: #ea9786;
    --bs-secondary-border-subtle: #ea9786;
    --bs-secondary-text-emphasis: #da4d30;

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

    --stroke-linecap: round;
    
}   


