@tailwind base; @layer base { :root { --background: 0 0% 100%; --foreground: 0 0% 3.6%; --card: 0 0% 100%; --card-foreground: 0 0% 3.6%; --popover: 0 0% 100%; --popover-foreground: 0 0% 3.6%; --muted: 0 0% 96.1%; --muted-foreground: 0 0% 45.1%; --accent: 0 84.2% 60.2%; --accent-foreground: 0 0% 100%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 0 0% 100%; --border: 0 0% 89.8%; --input: 0 0% 89.8%; --ring: 0 84.2% 60.2%; --radius: 0.5rem; } .dark { --background: 0 0% 9%; --foreground: 0 0% 94%; --card: 0 0% 12%; --card-foreground: 0 0% 94%; --popover: 0 0% 12%; --popover-foreground: 0 0% 94%; --muted: 0 0% 23%; --muted-foreground: 0 0% 56%; --accent: 0 84.2% 60.2%; --accent-foreground: 0 0% 12%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 0 0% 12%; --border: 0 0% 23%; --input: 0 0% 23%; --ring: 0 84.2% 60.2%; } } @tailwind components; @tailwind utilities; * { @apply border-border; } html { @apply scroll-smooth; } body { @apply bg-background text-foreground; }