/* Set headings to Roboto Slab */
h1, h2, h3 {
  font-family: "Roboto Slab", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* Set all other text to Roboto */
body {
  font-family: "Roboto", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
