:root {
  --radius: 0.875rem;
  --background: oklch(1 0 0);
  --foreground: oklch(0.25 0.09 285);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.25 0.09 285);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.25 0.09 285);
  --primary: oklch(0.62 0.26 0);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.29 0.13 281);
  --secondary-foreground: oklch(1 0 0);
  --muted: oklch(0.97 0.01 320);
  --muted-foreground: oklch(0.5 0.04 285);
  --accent: oklch(0.95 0.04 350);
  --accent-foreground: oklch(0.29 0.13 281);
  --destructive: oklch(0.6 0.24 27);
  --destructive-foreground: oklch(1 0 0);
  --border: oklch(0.92 0.01 320);
  --input: oklch(0.92 0.01 320);
  --ring: oklch(0.62 0.26 0);
  --cream: oklch(0.985 0.012 60);
  --magenta-tint: oklch(0.96 0.04 350);
  --navy-tint: oklch(0.95 0.03 281);
  --gradient-hero: linear-gradient(135deg, oklch(0.29 0.13 281) 0%, oklch(0.42 0.2 320) 55%, oklch(0.62 0.26 0) 100%);
  --gradient-warm: linear-gradient(135deg, oklch(0.75 0.18 60) 0%, oklch(0.62 0.26 0) 100%);
  --shadow-card: 0 4px 20px -8px oklch(0.29 0.13 281 / 0.18);
  --shadow-lift: 0 16px 40px -12px oklch(0.62 0.26 0 / 0.28);
}

* {
  border-color: var(--border);
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.02em;
}
