/*
 * Design tokens for the palantir-light theme.
 * Swap the file (or fork the folder) to change the look without touching JS or HTML.
 */
:root {
  --ink: #0a0e1a;
  --ink-soft: #1f2a3a;
  --muted: #64748b;
  --line: #d4d8e0;
  --bg: #f7f5f0;
  --surface: #ffffff;
  --dash-bg: #0a0f1c;
  --dash-surface: #13192a;
  --dash-border: #2a3344;
  --dash-text: #e8eaed;
  --dash-muted: #8b94a8;
  --green: #10b981;
  --amber: #f59e0b;
  --red: #ef4444;
  --cyan: #06b6d4;
  --magenta: #d946ef;

  --font-serif: 'Charter', 'Iowan Old Style', 'Source Serif Pro', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;

  --radius-sm: 3px;
  --radius-md: 4px;
  --radius-lg: 8px;

  --gutter: 1.5rem;
  --max-content-width: 720px;
}
