h1, .h1 {
  font-family: 'Trim', sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 84%;
  color: var(--color-dark);
}

h2, .h2 {
  font-family: 'Trim', sans-serif;
  font-weight: 700;
  font-size: 37.36px;
  line-height: 110%;
  color: var(--color-dark);
}

h3, .h3 {
  font-family: 'Trim', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  color: var(--color-dark);
}

.h3-bold {
  font-family: 'Trim', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: var(--color-dark);
}

h4, .h4 {
  font-family: 'Trim', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  color: var(--color-dark);
}

h5 {
  font-family: 'Trim', sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 85%;
  font-style: normal;
  color: var(--color-dark);
}

h6 {
  font-family: 'Trim', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: var(--color-dark);
}

.p-strong {
  font-family: 'Trim', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--color-dark);
}

p {
  font-family: 'Trim', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-dark);
}

button, .button {
  font-family: 'Trim', serif;
  font-size: 1rem;
  font-weight: 300;
}

@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 100px;
  }

  h2, .h2 {
    font-size: 70px;
  }

  h3, .h3 {
    font-size: 40px;
  }

  h4, .h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 10.75rem;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  button, .button {
    font-size: 1.3475rem;
  }
}