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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363036;
    --color-tinted-white: #f9ecf9;
    --color-facility-text: #000000;

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

    --color-primary: #389add;
    --color-primary-rgb: 56,154,221;
    --color-primary-hover: #2180c1;
    --color-primary-hover-rgb: 33,128,193;    
    --color-primary-dark: #2180c1;
    --color-primary-light: #64b0e4;
    --color-primary-text: #000000;
    --color-primary-on-white: #389add;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #389add;
    --color-primary-floor: #389add;
    
    --color-primary-alert-background: #a6ceed;
    --color-primary-alert-border: #82bde7;
    --color-primary-alert-text: #071d2c;
    
    --primary-h: 204;
    --primary-s: 71%;
    --primary-l: 54%;

    --color-secondary: #2c292c;
    --color-secondary-rgb: 44,41,44;
    --color-secondary-hover: #464246;
    --color-secondary-hover-rgb: 70,66,70;
    --color-secondary-dark: #121012;
    --color-secondary-light: #464246;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #2c292c;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #2c292c;
    --color-secondary-floor: #2c292c;

    --color-secondary-alert-background: #a2a1a6;
    --color-secondary-alert-border: #7a797d;
    --color-secondary-alert-text: #1a191a;
    
    --secondary-h: 300;
    --secondary-s: 4%;
    --secondary-l: 17%;

    --color-light: #e6eef4;
    --color-light-rgb: 230,238,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d7e5;
    --color-light-hover: #c2d7e5;
    --color-light-hover-rgb: 194,215,229;
    --color-light-dark: #c2d7e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6eef4;
    --color-light-on-black: #e6eef4;
    --color-light-border: #389add;

    --color-light-alert-background: #ecf0f6;
    --color-light-alert-border: #eaeff5;
    --color-light-alert-text: #0f1b24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(44, 41, 44, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://novusacademy.wondr.cc/branding/checkboxImage?h=1772010527_8c6eb6a5');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 54, 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: #389add;
    --bs-primary-rgb: 56,154,221;
    --bs-primary-bg-subtle: #64b0e4;
    --bs-primary-border-subtle: #64b0e4;
    --bs-primary-text-emphasis: #2180c1;

    /* secondary */
    --bs-secondary: #2c292c;
    --bs-secondary-rgb: 44,41,44;
    --bs-secondary-bg-subtle: #464246;
    --bs-secondary-border-subtle: #464246;
    --bs-secondary-text-emphasis: #121012;

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

    --stroke-linecap: round;
    
}



