

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #585d54;
    --color-tinted-white: #f0f8eb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #679b4d;
    --color-primary-rgb: 103,155,77;
    --color-primary-hover: #50783c;
    --color-primary-hover-rgb: 80,120,60;    
    --color-primary-dark: #50783c;
    --color-primary-light: #80b367;
    --color-primary-text: #f3f8f3;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #679b4d;

    --color-primary-alert-background: #b9ceb3;
    --color-primary-alert-border: #9dbd91;
    --color-primary-alert-text: #162210;

    --color-secondary: #95c477;
    --color-secondary-rgb: 149,196,119;
    --color-secondary-hover: #79b453;
    --color-secondary-hover-rgb: 121,180,83;
    --color-secondary-dark: #79b453;
    --color-secondary-light: #b0d39a;
    --color-secondary-text: #252824;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #95c477;

    --color-secondary-alert-background: #cbdfc3;
    --color-secondary-alert-border: #b9d6aa;
    --color-secondary-alert-text: #17230f;

    --color-danger: #73aa3b;
    --color-danger-hover: #59842d;
    --color-danger-dark: #59842d;
    --color-danger-light: #8cc354;
    --color-danger-text: #f2f8eb;
    --color-danger-on-white: #73aa3b;
    --color-danger-on-black: #73aa3b;

    --color-danger-alert-background: #bed4ab;
    --color-danger-alert-border: #a5c686;
    --color-danger-alert-text: #19250d;

    --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: #585d54;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

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

    --bs-secondary: #95c477;
    --bs-secondary-rgb: 149,196,119;
    --bs-secondary-bg-subtle: #b0d39a;
    --bs-secondary-border-subtle: #b0d39a;
    --bs-secondary-text-emphasis: #79b453;

    --bs-danger: #73aa3b;
    --bs-danger-rgb: 115,170,59;
    --bs-danger-bg-subtle: #8cc354;
    --bs-danger-border-subtle: #8cc354;
    --bs-danger-text-emphasis: #59842d;


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

    --stroke-linecap: round;
    
}   


