/* CSS Document */
/*-----fonts---*/
@font-face {
  font-family: "Lato";
  src: url("../fonts/lato-heavy.ttf") format(Truetype);
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.lato {
  font-family: "Lato", sans-serif;
}

.lora {
  font-family: "Lora", serif;
}

.play-fair {
  font-family: "Playfair Display", serif;
}
