

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303630;
    --color-tinted-white: #ecf9ec;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #b09677;
    --color-primary-rgb: 176,150,119;
    --color-primary-hover: #9a7d5a;
    --color-primary-hover-rgb: 154,125,90;    
    --color-primary-dark: #9a7d5a;
    --color-primary-light: #c3af97;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #b09677;
    --color-primary-on-black: #b09677;
    --color-primary-ceil: #b09677;
    --color-primary-floor: #b09677;
    
    --color-primary-alert-background: #d6cdc4;
    --color-primary-alert-border: #cabaaa;
    --color-primary-alert-text: #201a13;
    
    --primary-h: 33;
    --primary-s: 27%;
    --primary-l: 58%;

    --color-secondary: #798b79;
    --color-secondary-rgb: 121,139,121;
    --color-secondary-hover: #617061;
    --color-secondary-hover-rgb: 97,112,97;
    --color-secondary-dark: #617061;
    --color-secondary-light: #94a394;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #798b79;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #798b79;
    --color-secondary-floor: #798b79;

    --color-secondary-alert-background: #c0c8c5;
    --color-secondary-alert-border: #a9b4ab;
    --color-secondary-alert-text: #181b18;
    
    --secondary-h: 120;
    --secondary-s: 7%;
    --secondary-l: 51%;

    --color-light: #f4eee6;
    --color-light-rgb: 244,238,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d5c2;
    --color-light-hover: #e5d5c2;
    --color-light-hover-rgb: 229,213,194;
    --color-light-dark: #e5d5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4eee6;
    --color-light-on-black: #f4eee6;
    --color-light-border: #b09677;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2efed;
    --color-light-alert-text: #241a0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(121, 139, 121, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://stjernehuset.wondr.cc/branding/checkboxImage?h=1771415779_b49285fa');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 54, 48, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: light;
    --hero-theme-class: hero-theme-light;
    --hero-overlay-color: rgba(255, 255, 255, 0.3);
    --hero-text-color: var(--header-color);

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #b09677;
    --bs-primary-rgb: 176,150,119;
    --bs-primary-bg-subtle: #c3af97;
    --bs-primary-border-subtle: #c3af97;
    --bs-primary-text-emphasis: #9a7d5a;

    /* secondary */
    --bs-secondary: #798b79;
    --bs-secondary-rgb: 121,139,121;
    --bs-secondary-bg-subtle: #94a394;
    --bs-secondary-border-subtle: #94a394;
    --bs-secondary-text-emphasis: #617061;

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

    --stroke-linecap: round;
    
}



