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

:root {
    --general-font-family: default;
    --header-font-family: Exo 2;

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

    --color-facility: #000000;
    --color-tinted-gray: #363030;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

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

    --color-primary: #19beb7;
    --color-primary-rgb: 25,190,183;
    --color-primary-hover: #13918c;
    --color-primary-hover-rgb: 19,145,140;    
    --color-primary-dark: #13918c;
    --color-primary-light: #27e3db;
    --color-primary-text: #000000;
    --color-primary-on-white: #19beb7;
    --color-primary-on-black: #19beb7;
    --color-primary-ceil: #19beb7;
    --color-primary-floor: #19beb7;
    
    --color-primary-alert-background: #9adddd;
    --color-primary-alert-border: #6fd2d1;
    --color-primary-alert-text: #062d2b;
    
    --primary-h: 177;
    --primary-s: 77%;
    --primary-l: 42%;

    --color-secondary: #000000;
    --color-secondary-rgb: 0,0,0;
    --color-secondary-hover: #1a1a1a;
    --color-secondary-hover-rgb: 26,26,26;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1a1a1a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #000000;
    --color-secondary-floor: #1f1f1f;

    --color-secondary-alert-background: #909194;
    --color-secondary-alert-border: #606063;
    --color-secondary-alert-text: #1a1a1a;
    
    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 0%;

    --color-light: #e6f4f4;
    --color-light-rgb: 230,244,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5e4;
    --color-light-hover: #c2e5e4;
    --color-light-hover-rgb: 194,229,228;
    --color-light-dark: #c2e5e4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f4;
    --color-light-on-black: #e6f4f4;
    --color-light-border: #19beb7;

    --color-light-alert-background: #ecf2f6;
    --color-light-alert-border: #eaf3f5;
    --color-light-alert-text: #0f2423;

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

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 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: #19beb7;
    --bs-primary-rgb: 25,190,183;
    --bs-primary-bg-subtle: #27e3db;
    --bs-primary-border-subtle: #27e3db;
    --bs-primary-text-emphasis: #13918c;

    /* secondary */
    --bs-secondary: #000000;
    --bs-secondary-rgb: 0,0,0;
    --bs-secondary-bg-subtle: #1a1a1a;
    --bs-secondary-border-subtle: #1a1a1a;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: butt;
    
}



