/* ============================================================
   Console Cleric — Design Tokens
   Canonical CSS variables, fonts and layout dimensions.
   Extracted verbatim from the reference admin design system.
   DO NOT redesign — these values are locked by the spec.
   ============================================================ */

:root {
  /* ── Vellum / parchment ── */
  --vellum: #f2e4c4;
  --vellum-dark: #e0cc9e;
  --vellum-deep: #c9ae78;
  --vellum-shadow: #a8884a;

  /* ── Ink ── */
  --ink: #1e120a;
  --ink-soft: #3d2510;
  --ink-faded: #6b4a28;

  /* ── Accents ── */
  --blood-red: #8b1a1a;
  --gold: #c9922a;
  --gold-bright: #e8b84b;
  --gold-deep: #7a5510;
  --gold-glow: #f5d070;

  /* ── Purples ── */
  --purple-deep: #2d0a4e;
  --purple-richer: #1a0630;
  --purple-mid: #4a1a6e;

  /* ── Armoury / loyalty tier colours ── */
  --tier-common: #3d7a48;
  --tier-rare: #2a5a9a;
  --tier-epic: #6a2a9a;
  --tier-legendary: #b86010;

  /* ── Job status colours ── */
  --status-pending:  #2a5a9a;
  --status-accepted: #c9922a;
  --status-progress: #6a2a9a;
  --status-testing:  #3d7a48;
  --status-complete: #3d7a48;
  --status-quoted:   #8b6914;
  --status-silicon:  #8b1a1a;

  /* ── Fonts ── */
  --font-display: 'Cinzel Decorative', serif;
  --font-serif:   'Cinzel', serif;
  --font-body:    'Cormorant Garamond', serif;
  --font-pixel:   'Press Start 2P', monospace;

  /* ── Layout dimensions ── */
  --nav-h: 58px;
  --sidebar-w: 220px;
}
