/* Use Montserrat for the whole page */
body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

/* Make headings bold and modern */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

/* Optional: darker text for better contrast in light mode */
body.light,
body:not(.dark-mode):not(.dark),
html.light,
html:not(.dark-mode):not(.dark) {
  color: #181818 !important;
}

body.light *,
body:not(.dark-mode):not(.dark) * {
  color: #181818 !important;
}