

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e555b;
    --color-tinted-white: #f9ecf5;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #497729;
    --color-primary-rgb: 73,119,41;
    --color-primary-hover: #609d36;
    --color-primary-hover-rgb: 96,157,54;    
    --color-primary-dark: #32511c;
    --color-primary-light: #609d36;
    --color-primary-text: #f1f7ea;
    --color-primary-on-white: #497729;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #adc0a5;
    --color-primary-alert-border: #8ca87b;
    --color-primary-alert-text: #17260d;

    --color-secondary: #fbf4f9;
    --color-secondary-rgb: 251,244,249;
    --color-secondary-hover: #edcfe5;
    --color-secondary-hover-rgb: 237,207,229;
    --color-secondary-dark: #edcfe5;
    --color-secondary-light: #ffffff;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #fbf4f9;
    --color-secondary-on-black: #fbf4f9;

    --color-secondary-alert-background: #f4f2f8;
    --color-secondary-alert-border: #f7f3f8;
    --color-secondary-alert-text: #250e1f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(251, 244, 249, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://magnacura.wondr.se/branding/checkboxImage?h=1756810795_7de31de2');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #497729;
    --bs-primary-rgb: 73,119,41;
    --bs-primary-bg-subtle: #609d36;
    --bs-primary-border-subtle: #609d36;
    --bs-primary-text-emphasis: #32511c;

    /* secondary */
    --bs-secondary: #fbf4f9;
    --bs-secondary-rgb: 251,244,249;
    --bs-secondary-bg-subtle: #ffffff;
    --bs-secondary-border-subtle: #ffffff;
    --bs-secondary-text-emphasis: #edcfe5;

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

    --stroke-linecap: round;
    
}   


