@font-face {
  font-family: "HB_Georgia";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/hb_georgia.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/Poppins-SemiBold.ttf");
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1100px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1700px) {
  h1 {
    font-size: 80px;
  }
}
body,
input,
textarea,
select {
  font: 16px/140% "Poppins-Regular";
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins-SemiBold";
  font-weight: normal;
  line-height: 120%;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 13px;
}
