/* ==== SEO-MS Theme ==== */
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: #fff;
  color: #111;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

:root {
  --font-head: "MontserratCustom", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Заголовки — жирный Montserrat */
h1, h2, h3, .hero__content h1, .hero__content .hero__highlight {
  font-family: var(--font-head);
  font-weight: 700;
}

/* Второстепенный текст — Montserrat Regular (не жирный) */
.hero__content,
.hero__content p,
.hero__content .hero__subtitle,
.hero__content .hero__note,
.hero__content small {
  font-family: var(--font-head);
  font-weight: 400;
  line-height: 1.4;
}
