/* =============================================================
   Talos design tokens — the single source of truth for the palette
   and type stack. Linked from every page (index, quote, blog) so a
   brand change happens in one place instead of five.

   Superset of what any one page uses; unused tokens are harmless.
   ============================================================= */
:root {
  /* Surfaces */
  --ink: #0A0E18;
  --ink-soft: #14192A;
  --ink-line: #232842;
  /* Surfaces shifted warmer — page sits on sand, highlights stay pale cream */
  --bone: #D9D2BB;       /* page background — deeper warm beige */
  --bone-light: #E8E2CF; /* highlight panels (forms, founder cards) */
  --bone-warm: #C4BBA0;  /* deeper inset panels (mascot stage, problem cards, contact section) */
  --bone-deep: #A89B7E;  /* deepest accent (sidewalk shadow, dividers) */

  /* Primary brand */
  --cobalt: #1E3FE5;
  --cobalt-deep: #0F1FA0;
  --cobalt-light: #5168F0;

  /* Heritage */
  --bronze: #C8772E;
  --bronze-deep: #8E5217;
  --bronze-light: #E2A05F;

  /* Energy accents */
  --lime: #C4F03A;
  --lime-light: #DCFA8E;
  --coral: #FF6A5A;
  --coral-light: #FFA39A;
  --sunshine: #F4C13A;

  /* Signals */
  --insured: #2BC97A;

  /* Type */
  --display: 'JetBrains Mono', ui-monospace, monospace;
  --body: 'JetBrains Mono', ui-monospace, monospace;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --pixel: 'Press Start 2P', monospace;
  --serif: 'Source Serif 4', 'Charter', 'Iowan Old Style', Georgia, serif;
}
