:root {
  --background: oklch(0.99 0.005 95);
  --foreground: oklch(0.25 0.02 150);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.25 0.02 150);
  --primary: oklch(0.48 0.08 150);
  --primary-foreground: oklch(0.98 0.01 95);
  --muted: oklch(0.96 0.01 95);
  --muted-foreground: oklch(0.45 0.02 150);
  --accent: oklch(0.92 0.04 90);
  --accent-foreground: oklch(0.25 0.02 150);
  --border: oklch(0.9 0.01 95);
  --input: oklch(0.9 0.01 95);
  --destructive: oklch(0.55 0.2 25);
  --destructive-foreground: oklch(0.98 0.01 95);
  --cream: oklch(0.97 0.02 90);
  --sage: oklch(0.85 0.05 150);
  --gold: oklch(0.75 0.14 75);
}
html { -webkit-font-smoothing: antialiased; }
body { font-family: 'Inter', system-ui, sans-serif; }
