

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5559;
    --color-tinted-white: #f9ecf2;
    --color-facility-text: #000000;

    --color-primary: #c98b64;
    --color-primary-rgb: 201,139,100;
    --color-primary-hover: #b96f41;
    --color-primary-hover-rgb: 185,111,65;    
    --color-primary-dark: #b96f41;
    --color-primary-light: #d6a78a;
    --color-primary-text: #000000;
    --color-primary-on-white: #c98b64;
    --color-primary-on-black: #c98b64;

    --color-primary-alert-background: #e0c8bc;
    --color-primary-alert-border: #d9b49f;
    --color-primary-alert-text: #26170d;

    --color-secondary: #868485;
    --color-secondary-rgb: 134,132,133;
    --color-secondary-hover: #6c6b6c;
    --color-secondary-hover-rgb: 108,107,108;
    --color-secondary-dark: #6c6b6c;
    --color-secondary-light: #9f9e9f;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #868485;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #c6c5c9;
    --color-secondary-alert-border: #b0b0b3;
    --color-secondary-alert-text: #1a191a;

    --color-light: #f4ece6;
    --color-light-rgb: 244,236,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d0c2;
    --color-light-hover: #e5d0c2;
    --color-light-hover-rgb: 229,208,194;
    --color-light-dark: #e5d0c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ece6;
    --color-light-on-black: #f4ece6;
    --color-light-border: #c98b64;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eeed;
    --color-light-alert-text: #24170f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(134, 132, 133, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://eminent-halsostudio.wondr.se/branding/checkboxImage?h=1734873528_e8d29b66');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #c98b64;
    --bs-primary-rgb: 201,139,100;
    --bs-primary-bg-subtle: #d6a78a;
    --bs-primary-border-subtle: #d6a78a;
    --bs-primary-text-emphasis: #b96f41;

    /* secondary */
    --bs-secondary: #868485;
    --bs-secondary-rgb: 134,132,133;
    --bs-secondary-bg-subtle: #9f9e9f;
    --bs-secondary-border-subtle: #9f9e9f;
    --bs-secondary-text-emphasis: #6c6b6c;

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

    --stroke-linecap: round;
    
}   


