.typography__h1, .typography__h2, .typography__h3, .typography__h4, .typography__h5, .typography__h6 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1f2937;
  margin-top: 0;
  margin-bottom: 16px;
}

.typography__h1 {
  font-size: 2.5rem;
}
.typography__h1--primary {
  color: #FF8400;
}
.typography__h1--orange {
  color: #FF8400;
}
@media (max-width: 768px) {
  .typography__h1 {
    font-size: 2rem;
  }
}
.typography__h2 {
  font-size: 2rem;
}
.typography__h2--gradient {
  background: linear-gradient(90deg, #FF8400 0%, rgb(178.5, 92.4, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .typography__h2 {
    font-size: 1.75rem;
  }
}
.typography__h3 {
  font-size: 1.75rem;
}
.typography__h3--orange {
  color: #FF8400;
}
@media (max-width: 768px) {
  .typography__h3 {
    font-size: 1.5rem;
  }
}
.typography__h4 {
  font-size: 1.5rem;
}
.typography__h4--black {
  color: #1f2937;
}
.typography__h4--primary {
  color: #FF8400;
}
@media (max-width: 768px) {
  .typography__h4 {
    font-size: 1.25rem;
  }
}
.typography__h5 {
  font-size: 1.25rem;
}
.typography__h5--white {
  color: #ffffff;
}
@media (max-width: 768px) {
  .typography__h5 {
    font-size: 1.125rem;
  }
}
.typography__h6 {
  font-size: 1.125rem;
}
.typography__h6--dark {
  color: #1f2937;
}
@media (max-width: 768px) {
  .typography__h6 {
    font-size: 1rem;
  }
}
.typography__specialist-name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1f2937;
  margin-bottom: 4px;
}
.typography__long-description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #1f2937;
  margin-bottom: 16px;
}
.typography__long-description:last-child {
  margin-bottom: 0;
}
.typography__nav-link {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1f2937;
  text-decoration: none;
  transition: color 0.2s ease;
}
.typography__nav-link:hover {
  color: #FF8400;
}
.typography__contact-info {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #6b7280;
}
.typography__date {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #9ca3af;
}
.typography__price {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FF8400;
}

@media (max-width: 768px) {
  .typography__specialist-name {
    font-size: 16px;
  }
  .typography__long-description {
    font-size: 14px;
  }
  .typography__price {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .typography__nav-link {
    transition: none;
  }
}
/*# sourceMappingURL=maps/typography.css.map */
