

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #595e55;
    --color-tinted-white: #f2f9ec;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #195248;
    --color-primary-rgb: 25,82,72;
    --color-primary-hover: #25796a;
    --color-primary-hover-rgb: 37,121,106;    
    --color-primary-dark: #0d2b26;
    --color-primary-light: #25796a;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #195248;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9ab1b1;
    --color-primary-alert-border: #6f928e;
    --color-primary-alert-text: #0c2722;

    --color-secondary: #99cc66;
    --color-secondary-rgb: 153,204,102;
    --color-secondary-hover: #80bf40;
    --color-secondary-hover-rgb: 128,191,64;
    --color-secondary-dark: #80bf40;
    --color-secondary-light: #b3d98c;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #99cc66;
    --color-secondary-on-black: #99cc66;

    --color-secondary-alert-background: #cde2bd;
    --color-secondary-alert-border: #bcdba0;
    --color-secondary-alert-text: #1a260d;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(153, 204, 102, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://mindworkout.wondr.se/branding/checkboxImage?h=1757330764_2767169f');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #195248;
    --bs-primary-rgb: 25,82,72;
    --bs-primary-bg-subtle: #25796a;
    --bs-primary-border-subtle: #25796a;
    --bs-primary-text-emphasis: #0d2b26;

    /* secondary */
    --bs-secondary: #99cc66;
    --bs-secondary-rgb: 153,204,102;
    --bs-secondary-bg-subtle: #b3d98c;
    --bs-secondary-border-subtle: #b3d98c;
    --bs-secondary-text-emphasis: #80bf40;

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

    --stroke-linecap: round;
    
}   


