

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e555c;
    --color-tinted-white: #f9ecf7;
    --color-facility-text: #000000;

    --color-primary: #71bf44;
    --color-primary-rgb: 113,191,68;
    --color-primary-hover: #5a9b35;
    --color-primary-hover-rgb: 90,155,53;    
    --color-primary-dark: #5a9b35;
    --color-primary-light: #8ecc6a;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #71bf44;
    --color-primary-on-black: #71bf44;

    --color-primary-alert-background: #bdddaf;
    --color-primary-alert-border: #a4d38c;
    --color-primary-alert-text: #16260d;

    --color-secondary: #b2acb1;
    --color-secondary-rgb: 178,172,177;
    --color-secondary-hover: #999298;
    --color-secondary-hover-rgb: 153,146,152;
    --color-secondary-dark: #999298;
    --color-secondary-light: #cbc6ca;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #b2acb1;
    --color-secondary-on-black: #b2acb1;

    --color-secondary-alert-background: #d7d5db;
    --color-secondary-alert-border: #cbc8cd;
    --color-secondary-alert-text: #1a191a;

    --color-light: #ebf4e6;
    --color-light-rgb: 235,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cfe5c2;
    --color-light-hover: #cfe5c2;
    --color-light-hover-rgb: 207,229,194;
    --color-light-dark: #cfe5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ebf4e6;
    --color-light-on-black: #ebf4e6;
    --color-light-border: #71bf44;

    --color-light-alert-background: #eef2f0;
    --color-light-alert-border: #edf3ed;
    --color-light-alert-text: #17240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(178, 172, 177, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fysiodanmarkhelsinge.wondr.cc/branding/checkboxImage?h=1742374133_d70a0cbf');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #71bf44;
    --bs-primary-rgb: 113,191,68;
    --bs-primary-bg-subtle: #8ecc6a;
    --bs-primary-border-subtle: #8ecc6a;
    --bs-primary-text-emphasis: #5a9b35;

    /* secondary */
    --bs-secondary: #b2acb1;
    --bs-secondary-rgb: 178,172,177;
    --bs-secondary-bg-subtle: #cbc6ca;
    --bs-secondary-border-subtle: #cbc6ca;
    --bs-secondary-text-emphasis: #999298;

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

    --stroke-linecap: round;
    
}   


