@font-face {
  font-family: "FiraGO_Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/firago-regular.ttf");
}
@font-face {
  font-family: "BPG_Nino_Mtavruli";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/bpg_nino_mtavruli.ttf");
}
body,
input,
textarea,
select {
  font: 16px/140% "FiraGO_Regular";
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 13px;
}
