@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir-400.woff2") format("woff2");
}

.montserrat-font {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.meno-font {
  font-family: meno-display, serif;
  font-weight: 300;
  font-style: normal;
}

.avenir-font {
  font-family: "AvenirNextLTW01-Regular", "Avenir", montserrat, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.caps-font {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.4rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

html,
body,
.text-base {
  font-family: "AvenirNextLTW01-Regular", "Avenir", montserrat, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.015em;
}

h1 {
  font-family: meno-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4.333rem;
  line-height: 4.333rem;
  color: #332e2e;
}

h2 {
  font-family: meno-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.777rem;
  line-height: 3.222rem;
  color: #332e2e;
}

h3 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.333rem;
  line-height: 1.777rem;
  color: #332e2e;
}

h4 {
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.8rem;
}

h5 {
  font-size: 0.777rem;
  line-height: 1rem;
  font-weight: normal;
  font-style: normal;
}

/* .text-xs {
    font-size: .63rem;
    line-height: .88rem;
} */

.text-sm {
  /* 20px */
  font-size: 1.112rem;
  line-height: 1.667rem;
}

.text-md {
  /* 30px */
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.text-lg {
  /* 50px */
  font-size: 2.5rem;
  line-height: 3rem;
}

.text-xl {
  /* 60px */
  font-size: 3.333rem;
  line-height: 3.5rem;
}

.text-2xl {
  /* 70px */
  font-size: 3.888rem;
  line-height: 4.111rem;
}

.text-3xl {
  /* 100px */
  font-size: 5.555rem;
  line-height: 5.555rem;
}

/*
.text-3xl {
    font-size: 3.16rem;
    line-height: 3.36rem;
} */

/*
.text-4xl {
    font-size: 2.25rem;
}

.text-5xl {
    font-size: 3rem;
}

.text-6xl {
    font-size: 4rem;
} */

.italic {
  font-style: italic;
}

@media screen and (max-width: 860px) {
  html,
  body,
  .text-base {
    font-size: 16px;
    line-height: 1.6;
  }

  .text-3xl {
    font-size: 2.6667rem;
    line-height: 3rem;
  }

  .text-2xl,
  .text-xl,
  .text-lg {
    font-size: 2.166rem;
    line-height: 2.333rem;
  }

  .text-base,
  .text-sm {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  html,
  body,
  .text-base,
  .text-md,
  .text-sm {
    font-size: 13px;
  }

  .text-3xl {
    font-size: 2.8rem;
    line-height: 3.1rem;
  }

  .text-2xl,
  .text-xl,
  .text-lg {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .caps-font {
    font-size: 0.88rem;
    line-height: 1.3rem;
  }
}
