/* default.css - the plain djWeb look, used by any DJ company without its own theme.
   A theme is only these tokens; djweb.css uses nothing else for colour, fonts or images. */
:root {
  --bg: #f5f6f8;
  --panel: #ffffff;
  --panel-2: #f0f1f4;
  --line: #e2e4e9;
  --text: #1d2130;
  --muted: #676d7e;
  --accent: #4f46e5;
  --accent-soft: rgba(79, 70, 229, .10);
  --on-accent: #ffffff;
  --good: #1f9d55;
  --warn: #b7791f;
  --bad: #c53030;
  --display: 'Inter', system-ui, sans-serif;
  --display-weight: 700;
  --display-spacing: -.01em;
  --body: 'Inter', system-ui, 'Segoe UI', Arial, sans-serif;
}
