/**
 * DentSpa / Clinicella tipografi hizalaması — Manrope boyut düzeltmeleri
 */
body.wp-theme-DentSpa-theme {
  font-family: Manrope, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hero-section .text-dark.font-extrabold,
.hero-section h1 {
  font-size: clamp(2rem, 5vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.inner-page-hero-wrapper h1,
.treatment-hero-wrapper h1,
.contact-us-hero-wrapper h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.sub-heading2 {
  font-size: 0.875rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.text-medium-regular,
.text-darkest\/85 {
  font-size: 1rem;
  line-height: 1.55;
}

.dropdown-menu-heading {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

@media (max-width: 1023px) {
  nav .menu-list.active .navbar-links > a,
  nav .menu-list.active .navbar-links > .dropdown-toggle p {
    font-size: 1.0625rem !important;
    line-height: 1.35 !important;
  }
}
