@font-face {
  font-family: "BPG Mrgvlovani Caps 2010";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/mrgvlovani.ttf");
}
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/bpg_arial.ttf");
}
body,
input,
textarea,
select {
  font: 16px/140% "Arial";
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}
