/* =========================================================
   Temporary internal fonts; must add src
   ========================================================= */

:root {
  /* Typography */
  --brand-font-family: 'Gilroy', 'Segoe UI', Tahoma, Arial, sans-serif !important;
}

/* =========================================================
   Global typography
   ========================================================= */

p, a, li, div, h1, h2, h3, h4, h5, h6 {
  font-family: var(--brand-font-family) !important;
}

html:not(.glyphicon):not([class*="fa-"]), 
body:not(.glyphicon):not([class*="fa-"]), 
span:not(.glyphicon):not([class*="fa-"]), 
button:not(.glyphicon):not(.canvasIconClass):not([class*="fa-"]) {
  font-family: var(--brand-font-family) !important;
}
   
body {
  font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
}