
:root {
  --background: oklch(0.977 0.014 308.3);
  --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.536 0.231 288.0);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.96 0.02 308);
  --secondary-foreground: oklch(0.247 0.012 264.3);
  --muted: oklch(0.96 0.018 308);
  --muted-foreground: oklch(0.485 0.035 264.2);
  --accent: oklch(0.95 0.035 293);
  --accent-foreground: oklch(0.247 0.012 264.3);
  --destructive: oklch(0.455 0.171 13.7);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.92 0.018 308);
  --input: oklch(0.92 0.018 308);
  --ring: oklch(0.536 0.231 288.0);
  --radius: 0.5rem;
}

.dark {
  --background: oklch(0.178 0.022 296);
  --foreground: oklch(0.973 0.009 264.5);
  --card: oklch(0.212 0.030 296.0);
  --card-foreground: oklch(0.973 0.009 264.5);
  --popover: oklch(0.212 0.030 296.0);
  --popover-foreground: oklch(0.973 0.009 264.5);
  --primary: oklch(0.709 0.159 293.5);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.246 0.036 295.7);
  --secondary-foreground: oklch(0.973 0.009 264.5);
  --muted: oklch(0.246 0.036 295.7);
  --muted-foreground: oklch(0.608 0.027 262.0);
  --accent: oklch(0.30 0.05 293);
  --accent-foreground: oklch(0.973 0.009 264.5);
  --destructive: oklch(0.577 0.215 27.3);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(1 0 0 / 8%);
  --input: oklch(1 0 0 / 12%);
  --ring: oklch(0.709 0.159 293.5);
}
