/* ========================================
   iRacing Reports — Design Tokens
   Derived from discord_bot/pillow/base.py,
   discord_bot/plotting.py, discord_bot/constants.py
   ======================================== */

:root {
  /* Backgrounds */
  --ir-bg-canvas: #212936;
  --ir-bg-surface: #1F2937;
  --ir-bg-deep: #0F172A;
  --ir-bg-header: #111729;

  /* Text */
  --ir-text-primary: #FFFFFF;
  --ir-text-secondary: #dddddd;
  --ir-text-tertiary: #c0c0c0;
  --ir-text-chart: #E2E2E2;

  /* Accents */
  --ir-accent-teal: #14B8A6;
  --ir-accent-blue: #0153DB;

  /* Borders */
  --ir-border-grid: #41444b;
  --ir-border-slate: #334155;

  /* Semantic */
  --ir-success: #22c55e;
  --ir-error: #ef4444;
}
