/* Mercenary Magnetics — software/product theme tokens.
   Single source of truth: every software page and /refund/ imports this file.
   Accent colours lifted from the ADM Master QC app icon. Do not define per-page palettes. */
:root {
  /* Accent lifted from the app icon's red/orange/yellow gradient */
  --accent: #ff5e3a;
  --accent-hi: #ff9500;
  --ico-a: #ff3b30;
  --ico-b: #ff9500;
  --ico-c: #ffd60a;
  --dark: #060607;
  --dark-2: #0d0d0f;
  --dark-3: #141417;
  --border: #232327;
  --text: #f5f5f4;
  --text-muted: #8b8b92;
  --text-dim: #47474d;
  --pass: #30d158;
}
