/* Static pages — align with Tailwind theme (primary / accent) */
:root {
  --sv-primary: hsl(213 94% 18%);
  --sv-accent: hsl(39 100% 51%);
  --sv-primary-foreground: hsl(0 0% 98%);
  --sv-muted: hsl(213 10% 96%);
  --sv-muted-fg: hsl(213 10% 45%);
}
