/*
 * mypreorder default brand theme
 * Blue/teal accent matching the mypreorder brand identity
 */

@layer base {
  :root {
    --primary: oklch(0.55 0.15 230);
    --primary-foreground: oklch(0.98 0.01 230);
  }
}
