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

:root {
    --general-font-family: Open Sans;
    --header-font-family: Anton;

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

    --color-facility: #96bec1;
    --color-tinted-gray: #303536;
    --color-tinted-white: #ecf8f9;
    --color-facility-text: #000000;

    --color-app: #96bec1;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #dc9143;
    --color-primary-rgb: 220,145,67;
    --color-primary-hover: #c77825;
    --color-primary-hover-rgb: 199,120,37;    
    --color-primary-dark: #c77825;
    --color-primary-light: #e4aa6e;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #dc9143;
    --color-primary-on-black: #dc9143;
    --color-primary-ceil: #dc9143;
    --color-primary-floor: #dc9143;
    
    --color-primary-alert-background: #e8cbaf;
    --color-primary-alert-border: #e4b78b;
    --color-primary-alert-text: #2b1a08;
    
    --primary-h: 31;
    --primary-s: 69%;
    --primary-l: 56%;

    --color-secondary: #96bec1;
    --color-secondary-rgb: 150,190,193;
    --color-secondary-hover: #76aaae;
    --color-secondary-hover-rgb: 118,170,174;
    --color-secondary-dark: #76aaae;
    --color-secondary-light: #b6d2d4;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #96bec1;
    --color-secondary-on-black: #96bec1;
    --color-secondary-ceil: #96bec1;
    --color-secondary-floor: #96bec1;

    --color-secondary-alert-background: #ccdde1;
    --color-secondary-alert-border: #bad2d7;
    --color-secondary-alert-text: #131f20;
    
    --secondary-h: 184;
    --secondary-s: 26%;
    --secondary-l: 67%;

    --color-light: #f4ede6;
    --color-light-rgb: 244,237,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d4c2;
    --color-light-hover: #e5d4c2;
    --color-light-hover-rgb: 229,212,194;
    --color-light-dark: #e5d4c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ede6;
    --color-light-on-black: #f4ede6;
    --color-light-border: #dc9143;

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

    --color-background: #f0f7f7;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://goform.wondr.cc/branding/checkboxImage?h=1775570342_5ecafc84');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 53, 54, 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: #dc9143;
    --bs-primary-rgb: 220,145,67;
    --bs-primary-bg-subtle: #e4aa6e;
    --bs-primary-border-subtle: #e4aa6e;
    --bs-primary-text-emphasis: #c77825;

    /* secondary */
    --bs-secondary: #96bec1;
    --bs-secondary-rgb: 150,190,193;
    --bs-secondary-bg-subtle: #b6d2d4;
    --bs-secondary-border-subtle: #b6d2d4;
    --bs-secondary-text-emphasis: #76aaae;

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

    --stroke-linecap: round;
    
}



