@font-face {
  font-family: "Lato Bold";
  src: url("../font/Lato-Bold.ttf");
}
@font-face {
  font-family: "Lato Semibold";
  src: url("../font/LatoSemibold.ttf");
}
@font-face {
  font-family: "Lato Regular";
  src: url("../font/Lato-Regular.ttf");
}
@font-face {
  font-family: "Barlow Bold";
  src: url("../font/Barlow-Bold.ttf");
}
.text-barlow-bold {
  font-family: "Barlow Bold";
}
.text-bold {
  font-family: "Lato Bold";
}
.text-semibold {
  font-family: "Lato Semibold";
}
.text-regular {
  font-family: "Lato Regular";
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-24 {
  font-size: 24px;
}
.font-32 {
  font-size: 32px;
}
.font-36 {
  font-size: 36px;
}
