@use 'vars.scss' as *;

.h1, h1 {
  font-family: $font-header;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: none;
  color: $text-color;
  margin-bottom: 16px;
}

.h2, h2 {
  font-family: $font-header;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: none;
  color: $text-color;
  margin-bottom: 12px;
}

.h3, h3 {
  font-family: $font-header;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
  color: $text-color;
  margin-bottom: 10px;
}

.h4, h4 {
  font-family: $font-header;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.5px;
  color: $text-color;
  margin-bottom: 8px;
}

.h5, h5 {
  font-family: $font-header;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
  color: $text-color;
  margin-bottom: 6px;
}

.h6, h6 {
  font-family: $font-header;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-transform: none;
  color: $text-color;
  margin-bottom: 4px;
}

// ================================
// Основний текст
// ================================
.body-1, body-1 {
  font-family: $font-body;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: $text-color;
}

.body-2, body-2 {
  font-family: $font-body;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: $text-color;
}

.body-3, body-3 {
  font-family: $font-body;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: $text-color;
}

.body-4, body-4 {
  font-family: $font-body;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: $text-color;
}

.body-5, body-5 {
  font-family: $font-body;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: $text-color;
}

.body-6, body-6 {
  font-family: $font-body;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: $text-color;
}