.h1 span,
h1 span,
h1,
h1 * {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

/* Optimized Font Setup - Montserrat Only */
/* Load only necessary weights */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

/* Apply globally */
html, body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700;
}

/* Sub-headings or sections that used previously 600 weight */
.section-title, .subtitle, .headline {
  font-weight: 600;
}

/* Remove Passion One or other font overrides */
span[style*="font-family"] {
  font-family: 'Montserrat', sans-serif !important;
}

/* Prevent text jumps */
body {
  font-display: swap;
}
