

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

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

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

    --color-primary: #abb19e;
    --color-primary-rgb: 171,177,158;
    --color-primary-hover: #939a82;
    --color-primary-hover-rgb: 147,154,130;    
    --color-primary-dark: #939a82;
    --color-primary-light: #c3c8ba;
    --color-primary-text: #000000;
    --color-primary-on-white: #abb19e;
    --color-primary-on-black: #abb19e;

    --color-primary-alert-background: #d4d7d3;
    --color-primary-alert-border: #c7cbc2;
    --color-primary-alert-text: #1b1c17;

    --color-secondary: #f9f8f8;
    --color-secondary-rgb: 249,248,248;
    --color-secondary-hover: #e1dddd;
    --color-secondary-hover-rgb: 225,221,221;
    --color-secondary-dark: #e1dddd;
    --color-secondary-light: #ffffff;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #f9f8f8;
    --color-secondary-on-black: #f9f8f8;

    --color-secondary-alert-background: #f4f4f7;
    --color-secondary-alert-border: #f5f5f8;
    --color-secondary-alert-text: #1b1818;

    --color-light: #f0f4e6;
    --color-light-rgb: 240,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #dae5c2;
    --color-light-hover: #dae5c2;
    --color-light-hover-rgb: 218,229,194;
    --color-light-dark: #dae5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f0f4e6;
    --color-light-on-black: #f0f4e6;
    --color-light-border: #abb19e;

    --color-light-alert-background: #f0f2f0;
    --color-light-alert-border: #f0f3ed;
    --color-light-alert-text: #1d240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(249, 248, 248, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://thesoulspace.wondr.se/branding/checkboxImage?h=1718695208_aef95448');

    --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: #abb19e;
    --bs-primary-rgb: 171,177,158;
    --bs-primary-bg-subtle: #c3c8ba;
    --bs-primary-border-subtle: #c3c8ba;
    --bs-primary-text-emphasis: #939a82;

    /* secondary */
    --bs-secondary: #f9f8f8;
    --bs-secondary-rgb: 249,248,248;
    --bs-secondary-bg-subtle: #ffffff;
    --bs-secondary-border-subtle: #ffffff;
    --bs-secondary-text-emphasis: #e1dddd;

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

    --stroke-linecap: round;
    
}   


