

: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: #c8b889;
    --color-primary-rgb: 200,184,137;
    --color-primary-hover: #b8a366;
    --color-primary-hover-rgb: 184,163,102;    
    --color-primary-dark: #b8a366;
    --color-primary-light: #d8cdac;
    --color-primary-text: #000000;
    --color-primary-on-white: #c8b889;
    --color-primary-on-black: #c8b889;

    --color-primary-alert-background: #e0dacb;
    --color-primary-alert-border: #d8cfb5;
    --color-primary-alert-text: #231e10;

    --color-secondary: #6b6969;
    --color-secondary-rgb: 107,105,105;
    --color-secondary-hover: #515050;
    --color-secondary-hover-rgb: 81,80,80;
    --color-secondary-dark: #515050;
    --color-secondary-light: #858282;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #6b6969;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #bbbbbe;
    --color-secondary-alert-border: #a09fa2;
    --color-secondary-alert-text: #1a1919;

    --color-light: #f4f1e6;
    --color-light-rgb: 244,241,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dcc2;
    --color-light-hover: #e5dcc2;
    --color-light-hover-rgb: 229,220,194;
    --color-light-dark: #e5dcc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f1e6;
    --color-light-on-black: #f4f1e6;
    --color-light-border: #c8b889;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f1ed;
    --color-light-alert-text: #241f0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(107, 105, 105, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://holistichouse.wondr.se/branding/checkboxImage?h=1730736138_8dd25051');

    --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: #c8b889;
    --bs-primary-rgb: 200,184,137;
    --bs-primary-bg-subtle: #d8cdac;
    --bs-primary-border-subtle: #d8cdac;
    --bs-primary-text-emphasis: #b8a366;

    /* secondary */
    --bs-secondary: #6b6969;
    --bs-secondary-rgb: 107,105,105;
    --bs-secondary-bg-subtle: #858282;
    --bs-secondary-border-subtle: #858282;
    --bs-secondary-text-emphasis: #515050;

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

    --stroke-linecap: round;
    
}   


