/* --------------------------------------------------

   font.css
   Ferenciamento das webfonts


 ----------------------------------------------------- */

/* Chamar aqui as webfonts */
// font-weight: Use um valor entre 200 e 700
.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
