@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');

/* Target the event title H1 */
h1[class*="_eventTitle_"] {
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
  font-weight: 800 !important;
}

/* Optional: if you want ALL headings to match too */
:root {
  --mantine-font-family-headings: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
