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

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

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

    --color-facility: #000000;
    --color-tinted-gray: #303636;
    --color-tinted-white: #ecf9f9;
    --color-facility-text: #ffffff;

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

    --color-primary: #951b1e;
    --color-primary-rgb: 149,27,30;
    --color-primary-hover: #c02327;
    --color-primary-hover-rgb: 192,35,39;    
    --color-primary-dark: #6a1315;
    --color-primary-light: #c02327;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #951b1e;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #951b1e;
    --color-primary-floor: #951b1e;
    
    --color-primary-alert-background: #cc9ba0;
    --color-primary-alert-border: #b97175;
    --color-primary-alert-text: #2b0809;
    
    --primary-h: 359;
    --primary-s: 69%;
    --primary-l: 35%;

    --color-secondary: #818989;
    --color-secondary-rgb: 129,137,137;
    --color-secondary-hover: #686f6f;
    --color-secondary-hover-rgb: 104,111,111;
    --color-secondary-dark: #686f6f;
    --color-secondary-light: #9ba2a2;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #818989;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #818989;
    --color-secondary-floor: #818989;

    --color-secondary-alert-background: #c4c7cb;
    --color-secondary-alert-border: #adb3b5;
    --color-secondary-alert-text: #191a1a;
    
    --secondary-h: 180;
    --secondary-s: 3%;
    --secondary-l: 52%;

    --color-light: #f4e6e6;
    --color-light-rgb: 244,230,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c3;
    --color-light-hover: #e5c2c3;
    --color-light-hover-rgb: 229,194,195;
    --color-light-dark: #e5c2c3;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #951b1e;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f10;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(129, 137, 137, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://redshed.wondr.cc/branding/checkboxImage?h=1771251057_e0d235d0');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 54, 54, 1.00);
    --header-transform: none;
    --header-weight: normal;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #951b1e;
    --bs-primary-rgb: 149,27,30;
    --bs-primary-bg-subtle: #c02327;
    --bs-primary-border-subtle: #c02327;
    --bs-primary-text-emphasis: #6a1315;

    /* secondary */
    --bs-secondary: #818989;
    --bs-secondary-rgb: 129,137,137;
    --bs-secondary-bg-subtle: #9ba2a2;
    --bs-secondary-border-subtle: #9ba2a2;
    --bs-secondary-text-emphasis: #686f6f;

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

    --stroke-linecap: round;
    
}



