

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #c0d0b4;
    --color-primary-rgb: 192,208,180;
    --color-primary-hover: #a6bc95;
    --color-primary-hover-rgb: 166,188,149;    
    --color-primary-dark: #a6bc95;
    --color-primary-light: #dae4d3;
    --color-primary-text: #000000;
    --color-primary-on-white: #c0d0b4;
    --color-primary-on-black: #c0d0b4;

    --color-primary-alert-background: #dde4dc;
    --color-primary-alert-border: #d3ddcf;
    --color-primary-alert-text: #191f14;

    --color-secondary: #595656;
    --color-secondary-rgb: 89,86,86;
    --color-secondary-hover: #736f6f;
    --color-secondary-hover-rgb: 115,111,111;
    --color-secondary-dark: #3f3d3d;
    --color-secondary-light: #736f6f;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #595656;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #b4b3b7;
    --color-secondary-alert-border: #959496;
    --color-secondary-alert-text: #1a1919;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(89, 86, 86, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://oslohelsestudio.wondr.cc/branding/checkboxImage?h=1736579901_e9ad58f2');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #c0d0b4;
    --bs-primary-rgb: 192,208,180;
    --bs-primary-bg-subtle: #dae4d3;
    --bs-primary-border-subtle: #dae4d3;
    --bs-primary-text-emphasis: #a6bc95;

    /* secondary */
    --bs-secondary: #595656;
    --bs-secondary-rgb: 89,86,86;
    --bs-secondary-bg-subtle: #736f6f;
    --bs-secondary-border-subtle: #736f6f;
    --bs-secondary-text-emphasis: #3f3d3d;

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

    --stroke-linecap: round;
    
}   


