/* ── Typography ─────────────────────────────────────────────── */
body {
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  font-feature-settings:"cv02","cv03","cv04","cv11";
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  letter-spacing:-0.005em;
}
h1,h2,h3,h4 { font-weight:700; letter-spacing:-0.02em; line-height:1.2; }
p,span,label { font-weight:400; line-height:1.6; }