/*  Import googleFonts 'Roboto' and 'Roboto Slab'  */
@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
/*  Import local fonts  */
h1 {
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  font-size: 2.625rem;
  color: #f5343f;
}

h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 1.875rem;
}

h3 {
  font-family: Roboto, serif;
  font-weight: 500;
  font-size: 1.5rem;
}

h4 {
  font-family: Roboto, serif;
  font-weight: 900;
  font-size: 1.25rem;
}

p {
  font-family: Roboto, serif;
  font-weight: 400;
  font-size: 1.125rem;
}
/*# sourceMappingURL=fonts.css.map */
