

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5a55;
    --color-tinted-white: #f9f3ec;
    --color-facility-text: #000000;

    --color-primary: #a65c41;
    --color-primary-rgb: 166,92,65;
    --color-primary-hover: #814833;
    --color-primary-hover-rgb: 129,72,51;    
    --color-primary-dark: #814833;
    --color-primary-light: #bf765b;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #a65c41;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #d2b5ae;
    --color-primary-alert-border: #c4988a;
    --color-primary-alert-text: #25140e;

    --color-secondary: #c79d66;
    --color-secondary-rgb: 199,157,102;
    --color-secondary-hover: #b78543;
    --color-secondary-hover-rgb: 183,133,67;
    --color-secondary-dark: #b78543;
    --color-secondary-light: #d5b58b;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #c79d66;
    --color-secondary-on-black: #c79d66;

    --color-secondary-alert-background: #e0cfbd;
    --color-secondary-alert-border: #d7bfa0;
    --color-secondary-alert-text: #251b0e;

    --color-light: #f4eae6;
    --color-light-rgb: 244,234,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5ccc2;
    --color-light-hover: #e5ccc2;
    --color-light-hover-rgb: 229,204,194;
    --color-light-dark: #e5ccc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4eae6;
    --color-light-on-black: #f4eae6;
    --color-light-border: #a65c41;

    --color-light-alert-background: #f2eef0;
    --color-light-alert-border: #f2eded;
    --color-light-alert-text: #24150f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(199, 157, 102, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://stormensoye.wondr.cc/branding/checkboxImage?h=1737449213_1bfff2c3');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #a65c41;
    --bs-primary-rgb: 166,92,65;
    --bs-primary-bg-subtle: #bf765b;
    --bs-primary-border-subtle: #bf765b;
    --bs-primary-text-emphasis: #814833;

    /* secondary */
    --bs-secondary: #c79d66;
    --bs-secondary-rgb: 199,157,102;
    --bs-secondary-bg-subtle: #d5b58b;
    --bs-secondary-border-subtle: #d5b58b;
    --bs-secondary-text-emphasis: #b78543;

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

    --stroke-linecap: round;
    
}   


