@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Fluxora typography overrides */
.hero h1,
#gallery-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.hero h1 {
  font-weight: 500;
  letter-spacing: -0.055em;
}

.hero h1 em {
  font-family: inherit;
  font-style: normal;
  font-weight: 800;
}

#gallery-title {
  font-weight: 600;
  letter-spacing: -0.045em;
}
