/* North Stationaries — custom overrides layered on top of Tailwind CDN */

html, body {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: #0B132B;
}

.font-display {
  font-family: "Instrument Serif", ui-serif, Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}

html { scroll-behavior: smooth; }
