@font-face {
  font-family: "Onest";
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/onest.woff2") format("woff2");
}

.tsHeadline700XLarge {
  font-family: var(--mainFont);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
  color: var(--textPrimary);
  margin: 0;
}

.tsBody400Small {
  font-family: var(--mainFont);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}

.t0l_29 {
  object-fit: contain;
  width: 100%;
}

@media (max-width: 599px) {
  .tsHeadline700XLarge {
    font-size: 22px;
    line-height: 28px;
  }
}
