

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5e55;
    --color-tinted-white: #f9f9ec;
    --color-facility-text: #000000;

    --color-primary: #e2a342;
    --color-primary-rgb: 226,163,66;
    --color-primary-hover: #d18b20;
    --color-primary-hover-rgb: 209,139,32;    
    --color-primary-dark: #d18b20;
    --color-primary-light: #e9b96e;
    --color-primary-text: #000000;
    --color-primary-on-white: #e2a342;
    --color-primary-on-black: #e2a342;

    --color-primary-alert-background: #ead2af;
    --color-primary-alert-border: #e8c28a;
    --color-primary-alert-text: #2c1d07;

    --color-secondary: #0d0d0c;
    --color-secondary-rgb: 13,13,12;
    --color-secondary-hover: #282824;
    --color-secondary-hover-rgb: 40,40,36;
    --color-secondary-dark: #000000;
    --color-secondary-light: #282824;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #0d0d0c;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #959699;
    --color-secondary-alert-border: #68686a;
    --color-secondary-alert-text: #1b1b18;

    --color-light: #f4efe6;
    --color-light-rgb: 244,239,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d7c2;
    --color-light-hover: #e5d7c2;
    --color-light-hover-rgb: 229,215,194;
    --color-light-dark: #e5d7c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4efe6;
    --color-light-on-black: #f4efe6;
    --color-light-border: #e2a342;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241c0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(13, 13, 12, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://summit.wondr.cc/branding/checkboxImage?h=1759136819_a252a75f');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e2a342;
    --bs-primary-rgb: 226,163,66;
    --bs-primary-bg-subtle: #e9b96e;
    --bs-primary-border-subtle: #e9b96e;
    --bs-primary-text-emphasis: #d18b20;

    /* secondary */
    --bs-secondary: #0d0d0c;
    --bs-secondary-rgb: 13,13,12;
    --bs-secondary-bg-subtle: #282824;
    --bs-secondary-border-subtle: #282824;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


