/* TickerFluent design tokens · v3 "Command Line" (design 16)
   Single deliberate theme: near-black terminal, phosphor-green signal, mono type. */
:root{
  --tf-ground:#070D10;
  --tf-panel:#0C1418;
  --tf-panel-2:#101A1F;
  --tf-ink:#D6E2E2;
  --tf-ink-2:#7E9297;
  --tf-line:#1C282D;
  --tf-accent:#34E27A;        /* phosphor green */
  --tf-accent-ink:#5CEB95;
  --tf-note:#D9A83F;
  --tf-note-bg:#241D0C;
  --tf-ok:#34E27A;
  --tf-code-bg:#04090B;
  --tf-code-ink:#9FF0C0;
  --tf-mono-dim:#54666C;
}
