/* Vectis brand tokens — from the Claude Design brand sheet */
:root {
  --iron: #1B1A18;
  --iron-2: #2E2C27;
  --bone: #E8E1D1;
  --bone-2: #CFC7B5;
  --ochre: #D6A23A;
  --rust: #A24B2A;
  --slag: #7A756B;
  --slag-2: #B9B2A3;

  --bg: var(--iron);
  --surface: var(--iron-2);
  --text: var(--bone);
  --muted: var(--slag);
  --accent: var(--ochre);
  --sell: var(--rust);
  --buy: #3E7C6A;              /* verdigris — functional only, never brand */

  --font-display: 'Saira', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
}
