/*
 * mypreorder default brand theme
 * Blue/teal accent matching the mypreorder brand identity.
 *
 * NOTE: Brand themes must set --brand-primary (not --primary directly) because
 * this file is loaded via <link> in index.html, which runs BEFORE Vite's bundled
 * CSS. index.css then sets --primary: var(--brand-primary), reading our override.
 */

:root {
  --brand-primary: oklch(0.55 0.15 230);
  --brand-primary-foreground: oklch(0.98 0.01 230);
}
