/**
 * Свои правки без пересборки Tailwind.
 * Inter — интерфейс, Manrope — заголовки и баннеры.
 */

:root {
  --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-display: 'Manrope', 'Inter', ui-sans-serif, system-ui, sans-serif;
}

body {
  font-family: var(--font-sans);
}

h1, h2, h3, h4, h5, h6,
.font-display,
.banner-title,
.hero-title {
  font-family: var(--font-display);
}

/* Крупные заголовки в hero/секциях (часто без тега h*) */
main h1,
main .text-4xl,
main .text-5xl,
main .text-6xl,
.section-block .text-3xl,
.section-block .text-4xl,
.section-block .text-5xl {
  font-family: var(--font-display);
}
