@font-face {
  font-family: "Whitney";
  src: url(../fonts/Whitney-Book-Pro.otf)
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Whitney";
  src: url(../fonts/Whitney-Bold-Pro.otf)
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* headings - start */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  font-style: normal;
  color: var(--mid-gray);
  margin: 0;
}

h1,
.h1 {
  font-size: 2.5em;
}

h2,
.h2 {
  font-size: 2em;
}

h3,
.h3 {
  font-size: 1.75em;
}

h4,
.h4 {
  font-size: 1.5em;
}

h5,
.h5 {
  font-size: 1.25em;
}

h6,
.h6 {
  font-size: 1em;
}

/* headings - end */

/* body text - start */
body {
  font-family: "Whitney", sans-serif;
  color: var(--mid-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* body text - end */

@media (max-width: 767.5px) {
}
