:root {
  --color-background: oklch(0.985 0.006 90);
  --background: oklch(0.985 0.006 90);
  --color-foreground: oklch(0.22 0.02 150);
  --foreground: oklch(0.22 0.02 150);
  --color-card: oklch(1 0 0);
  --card: oklch(1 0 0);
  --color-card-foreground: oklch(0.22 0.02 150);
  --card-foreground: oklch(0.22 0.02 150);
  --color-popover: oklch(1 0 0);
  --popover: oklch(1 0 0);
  --color-popover-foreground: oklch(0.22 0.02 150);
  --popover-foreground: oklch(0.22 0.02 150);
  --color-primary: oklch(0.32 0.05 155);
  --primary: oklch(0.32 0.05 155);
  --color-primary-foreground: oklch(0.98 0.01 90);
  --primary-foreground: oklch(0.98 0.01 90);
  --color-primary-hover: oklch(0.28 0.055 155);
  --primary-hover: oklch(0.28 0.055 155);
  --color-secondary: oklch(0.94 0.012 90);
  --secondary: oklch(0.94 0.012 90);
  --color-secondary-foreground: oklch(0.24 0.04 155);
  --secondary-foreground: oklch(0.24 0.04 155);
  --color-muted: oklch(0.955 0.008 90);
  --muted: oklch(0.955 0.008 90);
  --color-muted-foreground: oklch(0.5 0.015 140);
  --muted-foreground: oklch(0.5 0.015 140);
  --color-accent: oklch(0.92 0.02 88);
  --accent: oklch(0.92 0.02 88);
  --color-accent-foreground: oklch(0.28 0.04 155);
  --accent-foreground: oklch(0.28 0.04 155);
  --color-gold: oklch(0.72 0.09 80);
  --gold: oklch(0.72 0.09 80);
  --color-destructive: oklch(0.55 0.22 27);
  --destructive: oklch(0.55 0.22 27);
  --color-destructive-foreground: oklch(0.98 0 0);
  --destructive-foreground: oklch(0.98 0 0);
  --color-border: oklch(0.9 0.01 90);
  --border: oklch(0.9 0.01 90);
  --color-input: oklch(0.9 0.01 90);
  --input: oklch(0.9 0.01 90);
  --color-ring: oklch(0.32 0.05 155);
  --ring: oklch(0.32 0.05 155);
  --color-surface: oklch(0.972 0.008 88);
  --surface: oklch(0.972 0.008 88);
  --font-sans: Inter, ui-sans-serif, system-ui, sans-serif;
  --radius-sm: calc(0.75rem - 4px);
  --radius-md: calc(0.75rem - 2px);
  --radius-lg: 0.75rem;
  --radius-xl: calc(0.75rem + 4px);
  --radius-2xl: calc(0.75rem + 8px);
  --radius-3xl: calc(0.75rem + 12px);
  --radius: 0.75rem;
  --container-max-width: 1280px;
}
