/* D */
.custom-bold {
  font-weight: 700 !important;
}

strong {
  font-weight: 700 !important;
}

/* Базовые стили для заголовков */
.title {
  font-family: 'Circe', sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 68px;
}

.h1 {
  font-family: 'Circe', sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 52px;
}

.h2 {
  font-family: 'Circe', sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}

.h3-bold {
  font-family: 'Circe', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}

.h3-regular {
  font-family: 'Circe', sans-serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
}

.h4-bold {
  font-family: 'Circe', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.h4-regular {
  font-family: 'Circe', sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.3px;
}

/* Текст */
.body1-medium {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}

.body1-regular {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.body2-medium {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.body2-regular {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

/* Кнопка */
.button {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/* Лейблы */
.label {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2px;
}

/* Капшены */
.caption-medium {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}

.caption-regular {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

/* Описание */
.description-regular {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: normal;
  font-size: 9px;
  line-height: 12px;
}

/* Адаптивные стили для мобильных устройств */
@media (max-width: 768px) {
  .title {
    font-size: 48px;
    line-height: 52px;
  }

  .h1 {
    font-size: 38px;
    line-height: 36px;
  }

  .h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
