

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

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

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

    --color-primary: #70ba1e;
    --color-primary-rgb: 112,186,30;
    --color-primary-hover: #568e17;
    --color-primary-hover-rgb: 86,142,23;    
    --color-primary-dark: #568e17;
    --color-primary-light: #8add2e;
    --color-primary-text: #000000;
    --color-primary-on-white: #70ba1e;
    --color-primary-on-black: #70ba1e;

    --color-primary-alert-background: #bddba0;
    --color-primary-alert-border: #a3d075;
    --color-primary-alert-text: #1a2c07;

    --color-secondary: #70ba1e;
    --color-secondary-rgb: 112,186,30;
    --color-secondary-hover: #568e17;
    --color-secondary-hover-rgb: 86,142,23;
    --color-secondary-dark: #568e17;
    --color-secondary-light: #8add2e;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #70ba1e;
    --color-secondary-on-black: #70ba1e;

    --color-secondary-alert-background: #bddba0;
    --color-secondary-alert-border: #a3d075;
    --color-secondary-alert-text: #1a2c07;

    --color-light: #eef4e6;
    --color-light-rgb: 238,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d5e5c2;
    --color-light-hover: #d5e5c2;
    --color-light-hover-rgb: 213,229,194;
    --color-light-dark: #d5e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eef4e6;
    --color-light-on-black: #eef4e6;
    --color-light-border: #70ba1e;

    --color-light-alert-background: #eff2f0;
    --color-light-alert-border: #eff3ed;
    --color-light-alert-text: #1a240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://k4naprapati.wondr.se/branding/checkboxImage?h=1693906404_37d3b507');

    --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: #70ba1e;
    --bs-primary-rgb: 112,186,30;
    --bs-primary-bg-subtle: #8add2e;
    --bs-primary-border-subtle: #8add2e;
    --bs-primary-text-emphasis: #568e17;

    /* secondary */
    --bs-secondary: #70ba1e;
    --bs-secondary-rgb: 112,186,30;
    --bs-secondary-bg-subtle: #8add2e;
    --bs-secondary-border-subtle: #8add2e;
    --bs-secondary-text-emphasis: #568e17;

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

    --stroke-linecap: round;
    
}   


