/* Ticker — a genre neither Mainnet nor Settlement touch: the trading
   terminal / exchange order-book aesthetic, not another chain-explorer
   or custody-platform variation. Warm near-black background (a
   different undertone from Ledger Noir's cooler navy-ink — this is
   "terminal glass," not "vault"), a vivid amber accent evoking old
   phosphor trading screens, and brighter, punchier status colors than
   any other theme — a real trading UI uses vivid greens/reds for
   up/down, not muted ones. --accent-contrast is dark, same reasoning as
   Ledger Noir's gold: amber is bright enough that white text on it reads
   weak. --ink is light (like Ledger Noir, this is a genuinely
   dark-background theme), so --line-inverse/--muted-inverse are flipped
   to light-appropriate values for the "inverted emphasis" elements. */
:root{
  --paper:#141210;
  --paper-card:#1E1B17;
  --ink:#F2EDE4;
  --ink-soft:#C4BCAE;
  --muted:#8C8478;
  --accent:#F59E0B;
  --accent-soft:#3D2A0A;
  --accent-contrast:#1A1105;
  --amber:#FB923C;
  --amber-soft:#3D2410;
  --moss:#4ADE80;
  --moss-soft:#122616;
  --brick:#F87171;
  --brick-soft:#2E1515;
  --violet:#C084FC;
  --violet-soft:#241832;
  --line:#2A2620;
  --line-strong:#3A352C;
  --line-inverse:#D8D2C6;
  --muted-inverse:#5A5346;
  --font-display:'Archivo', sans-serif;
  --font-body:'Inter', sans-serif;
  --font-mono:'Fira Code', monospace;
}
