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

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #555c5e;
    --color-tinted-white: #ecf6f9;
    --color-facility-text: #ffffff;

    --color-app: #1f252b;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #232321;
    --color-primary-rgb: 35,35,33;
    --color-primary-hover: #3d3d3a;
    --color-primary-hover-rgb: 61,61,58;    
    --color-primary-dark: #090908;
    --color-primary-light: #3d3d3a;
    --color-primary-text: #ecec07;
    --color-primary-on-white: #232321;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #232321;
    --color-primary-floor: #232321;
    
    --color-primary-alert-background: #9e9fa1;
    --color-primary-alert-border: #757577;
    --color-primary-alert-text: #1a1a19;
    
    --primary-h: 60;
    --primary-s: 3%;
    --primary-l: 13%;

    --color-secondary: #0e8097;
    --color-secondary-rgb: 14,128,151;
    --color-secondary-hover: #12a8c6;
    --color-secondary-hover-rgb: 18,168,198;
    --color-secondary-dark: #0a5868;
    --color-secondary-light: #12a8c6;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #0e8097;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #0e8097;
    --color-secondary-floor: #0e8097;

    --color-secondary-alert-background: #96c4d1;
    --color-secondary-alert-border: #68adbd;
    --color-secondary-alert-text: #04282f;
    
    --secondary-h: 190;
    --secondary-s: 83%;
    --secondary-l: 32%;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #232321;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://trainium.wondr.cc/branding/checkboxImage?h=1770109545_757e988a');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(85, 92, 94, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --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: #232321;
    --bs-primary-rgb: 35,35,33;
    --bs-primary-bg-subtle: #3d3d3a;
    --bs-primary-border-subtle: #3d3d3a;
    --bs-primary-text-emphasis: #090908;

    /* secondary */
    --bs-secondary: #0e8097;
    --bs-secondary-rgb: 14,128,151;
    --bs-secondary-bg-subtle: #12a8c6;
    --bs-secondary-border-subtle: #12a8c6;
    --bs-secondary-text-emphasis: #0a5868;

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

    --stroke-linecap: round;
    
}



