.body-t4 {
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.body-t6 {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.btn-b1 {
  font-family: var(--font);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.btn-b1:hover {
  font-family: var(--font);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.title-h3-h4-h5 {
  font-family: var(--font);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.title-h1-h2-h3 {
  font-family: var(--font);
  font-size: 100px;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.body-t1-t2 {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.body-t3-t5 {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

@media (max-width: 1024px) and (min-width: 280px) {
  .title-h3-h4-h5 {
    font-family: var(--font);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
  }

  .title-h1-h2-h3 {
    font-family: var(--font);
    font-size: 68px;
    font-weight: 400;
    line-height: 0.9;
    letter-spacing: -0.05em;
  }

  .body-t1-t2 {
    font-family: var(--font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.04em;
  }

  .body-t3-t5 {
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.04em;
  }
}

@media (max-width: 480px) and (min-width: 280px) {
  .title-h3-h4-h5 {
    font-family: var(--font);
    font-size: 31px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .title-h1-h2-h3 {
    font-family: var(--font);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.04em;
  }
}