

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5c;
    --color-tinted-white: #ecf9f6;
    --color-facility-text: #000000;

    --color-primary: #6c9289;
    --color-primary-rgb: 108,146,137;
    --color-primary-hover: #56756d;
    --color-primary-hover-rgb: 86,117,109;    
    --color-primary-dark: #56756d;
    --color-primary-light: #89a8a1;
    --color-primary-text: #d6f7ee;
    --color-primary-on-white: #6c9289;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #bbcbcb;
    --color-primary-alert-border: #a1b8b5;
    --color-primary-alert-text: #161d1c;

    --color-secondary: #6c9289;
    --color-secondary-rgb: 108,146,137;
    --color-secondary-hover: #56756d;
    --color-secondary-hover-rgb: 86,117,109;
    --color-secondary-dark: #56756d;
    --color-secondary-light: #89a8a1;
    --color-secondary-text: #d6f7ee;
    --color-secondary-on-white: #6c9289;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #bbcbcb;
    --color-secondary-alert-border: #a1b8b5;
    --color-secondary-alert-text: #161d1c;

    --color-light: #e6f4f1;
    --color-light-rgb: 230,244,241;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5dd;
    --color-light-hover: #c2e5dd;
    --color-light-hover-rgb: 194,229,221;
    --color-light-dark: #c2e5dd;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f1;
    --color-light-on-black: #e6f4f1;
    --color-light-border: #6c9289;

    --color-light-alert-background: #ecf2f5;
    --color-light-alert-border: #eaf3f3;
    --color-light-alert-text: #0f241f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(108, 146, 137, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://lomastudio.wondr.se/branding/checkboxImage?h=1729145641_a5d4e210');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #6c9289;
    --bs-primary-rgb: 108,146,137;
    --bs-primary-bg-subtle: #89a8a1;
    --bs-primary-border-subtle: #89a8a1;
    --bs-primary-text-emphasis: #56756d;

    /* secondary */
    --bs-secondary: #6c9289;
    --bs-secondary-rgb: 108,146,137;
    --bs-secondary-bg-subtle: #89a8a1;
    --bs-secondary-border-subtle: #89a8a1;
    --bs-secondary-text-emphasis: #56756d;

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

    --stroke-linecap: round;
    
}   


