/**
 * Ira Miller — dark, warm, brass. Not the BSF void-green or the Agentes plaza.
 * See ../../brand-concepts.md.
 */
:root {
  color-scheme: dark;

  --void: #0c0a09;
  --ink: #14110e;
  --raised: #1c1814;
  --ash: #2e2822;
  --ash-strong: #4a4036;

  --paper: #f4efe8;
  --mist: #c9bbaa;
  --muted: #9a8c7c;

  --brass: #d4a15a;
  --brass-bright: #e8c48a;
  --brass-dim: #a67c3d;

  --wine: #e08a7a;

  --bg: var(--void);
  --text: var(--paper);
  --text-muted: var(--muted);
  --link: var(--brass);
  --link-hover: var(--brass-bright);
  --accent: var(--brass);
  --error: var(--wine);

  --font-display: Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-body: system-ui, sans-serif;
  --font-mono: ui-monospace, "Cascadia Code", monospace;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2.5rem;
  --space-6: 4rem;
  --space-7: 6rem;

  --measure: 40rem;
  --page-max: 72rem;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 180ms;
}
