
:root {
  --background: oklch(0.984 0.003 247.9);
  --foreground: oklch(0.247 0.012 264.3);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.247 0.012 264.3);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.247 0.012 264.3);
  --primary: oklch(0.623 0.188 259.6);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.973 0.009 264.5);
  --secondary-foreground: oklch(0.247 0.012 264.3);
  --muted: oklch(0.973 0.009 264.5);
  --muted-foreground: oklch(0.485 0.035 264.2);
  --accent: oklch(0.96 0.025 260);
  --accent-foreground: oklch(0.247 0.012 264.3);
  --destructive: oklch(0.577 0.215 27.3);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.922 0.012 264);
  --input: oklch(0.922 0.012 264);
  --ring: oklch(0.623 0.188 259.6);
  --radius: 0.5rem;
}

.dark {
  --background: oklch(0.178 0.020 268);
  --foreground: oklch(0.973 0.009 264.5);
  --card: oklch(0.224 0.033 268.0);
  --card-foreground: oklch(0.973 0.009 264.5);
  --popover: oklch(0.224 0.033 268.0);
  --popover-foreground: oklch(0.973 0.009 264.5);
  --primary: oklch(0.68 0.17 259.6);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.257 0.032 266.0);
  --secondary-foreground: oklch(0.973 0.009 264.5);
  --muted: oklch(0.257 0.032 266.0);
  --muted-foreground: oklch(0.608 0.027 262.0);
  --accent: oklch(0.30 0.04 268);
  --accent-foreground: oklch(0.973 0.009 264.5);
  --destructive: oklch(0.637 0.208 25.3);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(1 0 0 / 8%);
  --input: oklch(1 0 0 / 12%);
  --ring: oklch(0.68 0.17 259.6);
}
