/* Design tokens — the file to edit when the brand changes.
   Palette is the resolved dark theme; there is no light variant. */

:root {
  /* Brand */
  --terra: #d0653c;

  /* Surfaces & text */
  --bg: #1e1b18;
  --ink: #f6f3f0;
  --mute: #a8a09a;
  --faint: #6f6862;
  --line: #38332e;

  /* Mark */
  --node: #96a1ad;
  --arc: #8b96a2;
  --dot: #aab4bf;
  --node-stroke: var(--bg);

  /* Type */
  --sans: 'Geist', ui-sans-serif, system-ui, sans-serif;
  --mono: 'Geist Mono', ui-monospace, Menlo, monospace;
  --wordmark: 'Instrument Serif', serif;
  --wm-weight: 400;
  --wm-tracking: -0.01em;

  /* Rhythm */
  --mark-gap-top: 34px;
  --mark-gap-bottom: 30px;
  --people-gap: 52px;
  --lockup-lift: -3vh;
}
