
:root {
  --background: oklch(0.988 0.015 90.2);
  --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.793 0.171 70.7);
  --primary-foreground: oklch(0.247 0.012 264.3);
  --secondary: oklch(0.982 0.016 79.4);
  --secondary-foreground: oklch(0.247 0.012 264.3);
  --muted: oklch(0.982 0.016 79.4);
  --muted-foreground: oklch(0.485 0.035 264.2);
  --accent: oklch(0.96 0.035 71);
  --accent-foreground: oklch(0.247 0.012 264.3);
  --destructive: oklch(0.553 0.174 38.4);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.855 0.04 72);
  --input: oklch(0.855 0.04 72);
  --ring: oklch(0.793 0.171 70.7);
  --radius: 0.5rem;
}

.dark {
  --background: oklch(0.216 0.006 56.0);
  --foreground: oklch(0.973 0.009 264.5);
  --card: oklch(0.268 0.006 34.3);
  --card-foreground: oklch(0.973 0.009 264.5);
  --popover: oklch(0.268 0.006 34.3);
  --popover-foreground: oklch(0.973 0.009 264.5);
  --primary: oklch(0.793 0.171 70.7);
  --primary-foreground: oklch(0.216 0.006 56.0);
  --secondary: oklch(0.30 0.01 56);
  --secondary-foreground: oklch(0.973 0.009 264.5);
  --muted: oklch(0.30 0.01 56);
  --muted-foreground: oklch(0.608 0.027 262.0);
  --accent: oklch(0.32 0.03 71);
  --accent-foreground: oklch(0.973 0.009 264.5);
  --destructive: oklch(0.646 0.194 41.1);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(1 0 0 / 8%);
  --input: oklch(1 0 0 / 12%);
  --ring: oklch(0.793 0.171 70.7);
}
