/* EuropeExt Bold — положить файлы в static/fonts */
@font-face {
  font-family: "EuropeExt";
  src:
    url("/static/fonts/EuropeExt-Bold.woff2") format("woff2"),
    url("/static/fonts/EuropeExt-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Боди-шрифт */
html, body {
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

/* Заголовки — EuropeExt Bold */
h1, h2, h3, .font-headline {
  font-family: "EuropeExt", "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
}
