html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 9 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 25px;
  }
}

body, p, div, li {
  font-family: 'Roboto';
  font-weight: 400;
}

h1, .h1 {
  font-weight: 100;
}
h1, .h1 {
  font-size: 61px;
}
@media screen and (min-width: 320px) {
  h1, .h1 {
    font-size: calc(61px + 9 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 70px;
  }
}

h2, .h2, .tema {
  font-weight: bold;
  font-style: italic;
}
h2, .h2, .tema {
  font-size: 34px;
}
@media screen and (min-width: 320px) {
  h2, .h2, .tema {
    font-size: calc(34px + 9 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  h2, .h2, .tema {
    font-size: 43px;
  }
}

h3, .h3, .subtema {
  font-weight: 300;
}
h3, .h3, .subtema {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  h3, .h3, .subtema {
    font-size: calc(26px + 9 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  h3, .h3, .subtema {
    font-size: 35px;
  }
}

h4, .h4, .text-important {
  font-weight: 500;
}
h4, .h4, .text-important {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  h4, .h4, .text-important {
    font-size: calc(20px + 9 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  h4, .h4, .text-important {
    font-size: 29px;
  }
}
.__btn-menu {
  font-weight: bold;
  font-style: italic;
}
.__btn-menu {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  .__btn-menu {
    font-size: calc(20px + 9 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .__btn-menu {
    font-size: 29px;
  }
}