:root {
  --background: oklch(0.9809 0.0271 164.3980);
  --foreground: oklch(0.1776 0 0);
  --card: oklch(1.0000 0 0);
  --card-foreground: oklch(0.1776 0 0);
  --popover: oklch(1.0000 0 0);
  --popover-foreground: oklch(0.1776 0 0);
  --primary: oklch(0.8181 0.1738 160.5463);
  --primary-foreground: oklch(0.1776 0 0);
  --secondary: oklch(0.9387 0.0448 168.0008);
  --secondary-foreground: oklch(0.1776 0 0);
  --muted: oklch(0.9276 0.0058 264.5313);
  --muted-foreground: oklch(0.5510 0.0234 264.3637);
  --accent: oklch(0.8253 0.1706 79.9391);
  --accent-foreground: oklch(0.1776 0 0);
  --destructive: oklch(0.6368 0.2078 25.3313);
  --destructive-foreground: oklch(1.0000 0 0);
  --border: oklch(0.9505 0.0507 163.0508);
  --input: oklch(0.8253 0.1706 79.9391);
  --ring: oklch(0.8181 0.1738 160.5463);
}

.dark {
  --background: oklch(0 0 0);
  --foreground: oklch(1.0000 0 0);
}

body {
  letter-spacing: -0.01em;
}
