/* Подключение через Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Manrope:wght@500;600;700&display=swap");

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}


h1,
h2,
h3,
.section-title {
  font-family: "Manrope", "Inter", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-weight: 600;
}

/* Дополнительно можно сделать заголовки чуть контрастнее */
.section-title {
  letter-spacing: -0.3px;
}
