/* Geist is requested as static weights in the Google Fonts URL (no variable
   axis), so headings use plain font-weight instead of font-variation-settings.
   Linked AFTER layout.css in head.html so these rules win the cascade. */
h1, h2, h3, .sp-hero__headline {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.015em;
}
