/* Use Archivo font globally */
html, body, * {
  font-family: 'Archivo', sans-serif !important;
}

/* Use Roboto for headers */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif !important;
}
