/* Workout Export site styles. Loaded after marketing-base.css; only the palette lives here. */
:root {
  --accent: #3476f0;
  --accent-2: #78e2ff;
  --on-accent: #ffffff;
  --bg: #0b1730;
  --panel: #12224a;
  --panel-2: #172c5e;
  --text: #f2f5fb;
  --muted: #a9b6d3;
  --line: #24386b;
  color-scheme: dark;
}
