/* ─── DESIGN TOKENS ─────────────────────────────── */
:root {
  --beige: #E5D5B7;
  --charcoal: #6F6E69;
  --dark: #0F0F0F;
  --muted: #9C9B95;
  --white: #FBF8F1;
  --dim: rgba(255, 255, 255, 0.42);
}
