

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #585e55;
    --color-tinted-white: #f1f9ec;
    --color-facility-text: #000000;

    --color-primary: #679b4d;
    --color-primary-rgb: 103,155,77;
    --color-primary-hover: #50793c;
    --color-primary-hover-rgb: 80,121,60;    
    --color-primary-dark: #50793c;
    --color-primary-light: #81b467;
    --color-primary-text: #f3f8f3;
    --color-primary-on-white: #679b4d;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b9cfb3;
    --color-primary-alert-border: #9ebd91;
    --color-primary-alert-text: #172211;

    --color-secondary: #95c477;
    --color-secondary-rgb: 149,196,119;
    --color-secondary-hover: #79b553;
    --color-secondary-hover-rgb: 121,181,83;
    --color-secondary-dark: #79b553;
    --color-secondary-light: #b1d39b;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #95c477;
    --color-secondary-on-black: #95c477;

    --color-secondary-alert-background: #ccdfc4;
    --color-secondary-alert-border: #b9d6aa;
    --color-secondary-alert-text: #17240f;

    --color-light: #ebf4e6;
    --color-light-rgb: 235,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cee5c2;
    --color-light-hover: #cee5c2;
    --color-light-hover-rgb: 206,229,194;
    --color-light-dark: #cee5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ebf4e6;
    --color-light-on-black: #ebf4e6;
    --color-light-border: #679b4d;

    --color-light-alert-background: #eef2f0;
    --color-light-alert-border: #edf3ed;
    --color-light-alert-text: #16240f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(149, 196, 119, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://myyogaroom.wondr.se/branding/checkboxImage?h=1754046059_8641cfc5');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #679b4d;
    --bs-primary-rgb: 103,155,77;
    --bs-primary-bg-subtle: #81b467;
    --bs-primary-border-subtle: #81b467;
    --bs-primary-text-emphasis: #50793c;

    /* secondary */
    --bs-secondary: #95c477;
    --bs-secondary-rgb: 149,196,119;
    --bs-secondary-bg-subtle: #b1d39b;
    --bs-secondary-border-subtle: #b1d39b;
    --bs-secondary-text-emphasis: #79b553;

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

    --stroke-linecap: round;
    
}   


