@font-face {
  font-family: "BPG Mrgvlovani Caps 2010";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/mrgvlovani.ttf");
}
@font-face {
  font-family: "Helvetica Neue LT GEO";
  font-style: normal;
  font-weight: 400;
  src: url("/storage/fonts/Helvetica.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    font-style: normal;
    font-weight: 600;
    src: url("/storage/fonts/roboto/Roboto-Medium.ttf");
}

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

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

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}
