
@import url('https://fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700,800');
body { font-family: 'Open Sans', sans-serif; }

:root {
    --general-font-family: Open Sans;
    --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: #414933;
    --color-primary-rgb: 65,73,51;
    --color-primary-hover: #5c6748;
    --color-primary-hover-rgb: 92,103,72;    
    --color-primary-dark: #262b1e;
    --color-primary-light: #5c6748;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #414933;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #aaaea9;
    --color-primary-alert-border: #878c81;
    --color-primary-alert-text: #1b1e15;

    --color-secondary: #c19a6a;
    --color-secondary-rgb: 193,154,106;
    --color-secondary-hover: #af8149;
    --color-secondary-hover-rgb: 175,129,73;
    --color-secondary-dark: #af8149;
    --color-secondary-light: #d0b28e;
    --color-secondary-text: ;
    --color-secondary-on-white: #c19a6a;
    --color-secondary-on-black: #c19a6a;

    --color-secondary-alert-background: #ddcebf;
    --color-secondary-alert-border: #d4bda2;
    --color-secondary-alert-text: #241b0f;

    --color-light: #eff4e6;
    --color-light-rgb: 239,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d8e5c2;
    --color-light-hover: #d8e5c2;
    --color-light-hover-rgb: 216,229,194;
    --color-light-dark: #d8e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eff4e6;
    --color-light-on-black: #eff4e6;
    --color-light-border: #414933;

    --color-light-alert-background: #f0f2f0;
    --color-light-alert-border: #eff3ed;
    --color-light-alert-text: #1c240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(193, 154, 106, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://muving.wondr.cc/branding/checkboxImage?h=1751278779_8b94196e');

    --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: #414933;
    --bs-primary-rgb: 65,73,51;
    --bs-primary-bg-subtle: #5c6748;
    --bs-primary-border-subtle: #5c6748;
    --bs-primary-text-emphasis: #262b1e;

    /* secondary */
    --bs-secondary: #c19a6a;
    --bs-secondary-rgb: 193,154,106;
    --bs-secondary-bg-subtle: #d0b28e;
    --bs-secondary-border-subtle: #d0b28e;
    --bs-secondary-text-emphasis: #af8149;

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

    --stroke-linecap: round;
    
}   


