

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #e6e2dd;
    --color-primary-rgb: 230,226,221;
    --color-primary-hover: #d0c9c0;
    --color-primary-hover-rgb: 208,201,192;    
    --color-primary-dark: #d0c9c0;
    --color-primary-light: #fcfbfa;
    --color-primary-text: #6d6d6d;
    --color-primary-on-white: #e6e2dd;
    --color-primary-on-black: #e6e2dd;

    --color-primary-alert-background: #ecebed;
    --color-primary-alert-border: #eae8e7;
    --color-primary-alert-text: #1d1a16;

    --color-secondary: #6d6d6d;
    --color-secondary-rgb: 109,109,109;
    --color-secondary-hover: #545454;
    --color-secondary-hover-rgb: 84,84,84;
    --color-secondary-dark: #545454;
    --color-secondary-light: #878787;
    --color-secondary-text: #e6e2dd;
    --color-secondary-on-white: #6d6d6d;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #bcbcc0;
    --color-secondary-alert-border: #a1a2a4;
    --color-secondary-alert-text: #1a1a1a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(230, 226, 221, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://dakiniyoga.wondr.se/branding/checkboxImage?h=1758288586_4f6dd101');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e6e2dd;
    --bs-primary-rgb: 230,226,221;
    --bs-primary-bg-subtle: #fcfbfa;
    --bs-primary-border-subtle: #fcfbfa;
    --bs-primary-text-emphasis: #d0c9c0;

    /* secondary */
    --bs-secondary: #6d6d6d;
    --bs-secondary-rgb: 109,109,109;
    --bs-secondary-bg-subtle: #878787;
    --bs-secondary-border-subtle: #878787;
    --bs-secondary-text-emphasis: #545454;

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

    --stroke-linecap: round;
    
}   


