/* Chip and Table — design tokens */
:root {
  --c-white: #f8fafc;
  --c-paper: #f1f5f9;
  --c-slate: #3d5a80;
  --c-slate-deep: #2b3f5c;
  --c-slate-soft: #7a94b2;
  --c-ink: #1a2332;
  --c-muted: #5a6a7d;
  --c-lime: #b4e628;
  --c-lime-soft: rgba(180, 230, 40, 0.18);
  --c-tint: #e8eef5;
  --font-display: "Libre Baskerville", "Georgia", "Times New Roman", serif;
  --font-condensed: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
  --font-body: "Source Serif 4", "Georgia", "Times New Roman", serif;
  --font-mono: "IBM Plex Mono", "Consolas", monospace;
  --space-xs: 0.35rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2.25rem;
  --space-xl: 3.5rem;
  --space-2xl: 5.5rem;
  --max: 72rem;
  --radius: 0;
  --shadow-one: 0 10px 28px rgba(26, 35, 50, 0.08);
}
