body {
  font-family: var(--ff-primary), sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

b,
strong {
  font-weight: 900;
}

i {
  font-style: italic;
}

b i,
b > i,
strong i,
strong > i {
  font-weight: 900;
  font-style: italic;
}

h1,
.typo-h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  h1,
  .typo-h1 {
    font-size: 66px;
    line-height: 1.1;
  }
}

h2,
.typo-h2 {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  h2,
  .typo-h2 {
    font-size: 50px;
  }
}

h3,
.typo-h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.37;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  h3,
  .typo-h3 {
    font-size: 38px;
    line-height: 1.2;
  }
}

h4,
.typo-h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  h4,
  .typo-h4 {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 0.03em;
  }
}

h5,
.typo-h5 {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.t-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .t-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
  opacity: 1;
}

@media (min-width: 768px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 9999s ease-in-out 0s;
}

.t-body-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .t-body-small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
}

.t-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .t-note {
    font-weight: 500;
    line-height: 1.35;
  }
}

.t-note-lg {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .t-note-lg {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
}

.t-section-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.37;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .t-section-title {
    font-size: 38px;
    line-height: 1.2;
  }
}

.t-feature-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.37;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .t-feature-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
  }
}

.t-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .t-card-title {
    font-weight: 800;
    line-height: 1.2;
  }
}

.t-card-title-lg {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .t-card-title-lg {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.03em;
  }
}

.t-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.t-menu {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.37;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .t-menu {
    font-size: 70px;
    font-weight: 700;
  }
}

.t-meta-label {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.37;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .t-meta-label {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

.t-button-strong {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.t-policy {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .t-policy {
    font-weight: 500;
    letter-spacing: 0.01em;
  }
}

.t-footer-nav {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .t-footer-nav {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.02em;
  }
}

.t-footer-meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.37;
}

@media (min-width: 768px) {
  .t-footer-meta {
    font-weight: 500;
  }
}

.t-footer-link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (min-width: 768px) {
  .t-footer-link {
    font-weight: 800;
    line-height: 1.4;
  }
}

.t-modal-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .t-modal-title {
    font-size: 24px;
    font-weight: 900;
  }
}

.t-modal-lead {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.37;
}

@media (min-width: 768px) {
  .t-modal-lead {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
}

.t-modal-emphasis {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .t-modal-emphasis {
    font-size: 24px;
    font-weight: 900;
  }
}

.light-font {
  font-weight: 400;
}
