@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&family=Viga&display=swap);

h1 {
  font-family: Viga;
  font-weight: 400;
}
@media (min-width: 1024px) {
  h1 {
    line-height: 1 !important;
  }
}
h2 {
  font-family: Viga;
  font-weight: 400;
  line-height: 2.5rem !important;
}
@media (min-width: 1024px) {
  h2 {
    line-height: 1 !important;
  }
}
h3 {
  font-family: Viga;
  font-weight: 400;
  line-height: 2.25rem !important;
}
@media (min-width: 1024px) {
  h3 {
    line-height: 1 !important;
  }
}
h4 {
  font-family: Viga;
  font-weight: 400;
  line-height: 2rem !important;
}
@media (min-width: 1024px) {
  h4 {
    line-height: 2.5rem !important;
  }
}
h5 {
  font-family: Viga;
  font-weight: 400;
  line-height: 1.75rem !important;
}
@media (min-width: 1024px) {
  h5 {
    line-height: 2.25rem !important;
  }
}
h6 {
  font-family: Viga;
  font-weight: 400;
  line-height: 1.75rem !important;
}
@media (min-width: 1024px) {
  h6 {
    line-height: 2rem !important;
  }
}

