/* ─────────────────────────────────────────────────────────
   DATRUM — Typography
   Display: Space Grotesk. Body: DM Sans. Both via Google Fonts.
   ───────────────────────────────────────────────────────── */

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
