@font-face {
  font-family: "HB_Georgia";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/hb_georgia.ttf");
}
@font-face {
  font-family: "Mansory";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/Mansory.ttf");
}
@font-face {
  font-family: "Mansory Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/storage/fonts/Mansory_Medium.ttf");
}
@font-face {
  font-family: "Mansory Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/storage/fonts/Mansory_Bold.ttf");
}
@font-face {
  font-family: "ITC Avant 17";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/TT3017M.ttf");
}
@font-face {
  font-family: "ITC Avant 18";
  font-style: normal;
  font-weight: 500;
  src: url("/storage/fonts/TT3018M.ttf");
}
@font-face {
  font-family: "ITC Avant 19";
  font-style: normal;
  font-weight: 700;
  src: url("/storage/fonts/TT3019M.ttf");
}
@font-face {
  font-family: "ITC Avant 20";
  font-style: normal;
  font-weight: 900;
  src: url("/storage/fonts/TT3020M.ttf");
}
body,
input,
textarea,
select {
  font: 16px/140% "Mansory";
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 13px;
}
