

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5a5d54;
    --color-tinted-white: #f3f8eb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #adc29c;
    --color-primary-rgb: 173,194,156;
    --color-primary-hover: #92ae7c;
    --color-primary-hover-rgb: 146,174,124;    
    --color-primary-dark: #92ae7c;
    --color-primary-light: #c7d5bb;
    --color-primary-text: #262824;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #adc29c;

    --color-primary-alert-background: #d5ded2;
    --color-primary-alert-border: #c7d4c0;
    --color-primary-alert-text: #181f13;

    --color-secondary: #819264;
    --color-secondary-rgb: 129,146,100;
    --color-secondary-hover: #66734f;
    --color-secondary-hover-rgb: 102,115,79;
    --color-secondary-dark: #66734f;
    --color-secondary-light: #99a880;
    --color-secondary-text: #262824;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #819264;

    --color-secondary-alert-background: #c3cbbc;
    --color-secondary-alert-border: #adb89e;
    --color-secondary-alert-text: #1a1e14;

    --color-danger: #b2743f;
    --color-danger-hover: #8c5b31;
    --color-danger-dark: #8c5b31;
    --color-danger-light: #c68d5d;
    --color-danger-text: #f8f1eb;
    --color-danger-on-white: #b2743f;
    --color-danger-on-black: #b2743f;

    --color-danger-alert-background: #d7bfad;
    --color-danger-alert-border: #caa688;
    --color-danger-alert-text: #25180d;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(129, 146, 100, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://mysoulyoga.wondr.se/branding/checkboxImage?h=1755521073_6a8d8f53');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5a5d54;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #adc29c;
    --bs-primary-rgb: 173,194,156;
    --bs-primary-bg-subtle: #c7d5bb;
    --bs-primary-border-subtle: #c7d5bb;
    --bs-primary-text-emphasis: #92ae7c;

    --bs-secondary: #819264;
    --bs-secondary-rgb: 129,146,100;
    --bs-secondary-bg-subtle: #99a880;
    --bs-secondary-border-subtle: #99a880;
    --bs-secondary-text-emphasis: #66734f;

    --bs-danger: #b2743f;
    --bs-danger-rgb: 178,116,63;
    --bs-danger-bg-subtle: #c68d5d;
    --bs-danger-border-subtle: #c68d5d;
    --bs-danger-text-emphasis: #8c5b31;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


