/home/bdqbpbxa/demo-subdomains/billine.goodface.com.ua/css/typography.css
body * {
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: var(--shades-600);
}

/* Title */

.title-1 *,
.title-1 {
  font-size: 69px;
  line-height: 110%;
  letter-spacing: -0.03em;
}

.title-2 *,
.title-2 {
  font-size: 57px;
  line-height: 120%;
  letter-spacing: -0.03em;
}

.title-3 *,
.title-3 {
  font-size: 48px;
  line-height: 115%;
  letter-spacing: -0.03em;
}

.title-4 *,
.title-4 {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.title-5 *,
.title-5 {
  font-size: 33px;
  line-height: 125%;
  letter-spacing: -0.02em;
}

/* Subtitle */

.subtitle-1 *,
.subtitle-1 {
  font-size: 28px;
  line-height: 125%;
}

.subtitle-2 *,
.subtitle-2 {
  font-size: 23px;
  line-height: 135%;
}

/* Text */

.text-1 *,
.text-1 {
  font-size: 19px;
  line-height: 150%;
}

.text-2 *,
.text-2 {
  font-size: 16px;
  line-height: 150%;
}

.text-3 *,
.text-3 {
  font-size: 13px;
  line-height: 150%;
}

.text-4 *,
.text-4 {
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0.1em;
}

.--medium-text *,
.--medium-text {
  font-weight: 500;
}

.--bold-text *,
.--bold-text {
  font-weight: 700;
}

.--caption-text *,
.--caption-text {
  text-transform: capitalize;
}

.--caps-text *,
.--caps-text {
  text-transform: uppercase;
}

.--white-text *,
.--white-text {
  color: var(--white);
}

.--code-fonts *,
.--code-fonts {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  /* Title */

  .mob-title-1 *,
  .mob-title-1 {
    font-size: 34px;
    line-height: 110%;
    letter-spacing: -0.03em;
  }

  .mob-title-2 *,
  .mob-title-2 {
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
  }

  .mob-title-3 *,
  .mob-title-3 {
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.03em;
  }

  .mob-title-4 *,
  .mob-title-4 {
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.03em;
  }

  .mob-title-5 *,
  .mob-title-5 {
    font-size: 26px;
    line-height: 110%;
    letter-spacing: -0.03em;
  }

  .mob-text-1 *,
  .mob-text-1 {
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0;
  }

  .mob-text-2 *,
  .mob-text-2 {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
  }
}