@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Roboto:wght@300&display=swap');

body,
textarea,
input {
  font-family: 'Roboto', sans-serif;
}
textarea,
input {
  font-size: 1.6rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.black-box strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 4.5rem;
  line-height: 6rem;
  margin-bottom: 3rem;
}
h2 {
  font-size: 3.5rem;
  line-height: 4.5rem;
  margin-bottom: 3.7rem;
}
h3 {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 3rem;
}
h4 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 3rem;
}
h5 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2.5rem;
}
h6 {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
p,
.p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 4.5rem;
}
span {
  font-size: 1.8rem;
  line-height: 3.5rem;
  margin-bottom: 0;
}

blockquote p,
blockquote .p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3.5rem;
  margin-bottom: 0;
}

header a {
  font-size: 1.4rem;
  line-height: 3rem;
  margin-bottom: 0;
}

.search-results {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
.popular-tags span,
.popular-tags a {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
@media all and (max-width: 1080px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 3rem;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 1.9rem;
  }
  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
  }
  h4 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
  }
  h5 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
  }
  h6 {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
  p,
  .p,
  a {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
  }
  span {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 0;
  }
  .search-results {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 0;
  }
}
