@tailwind base; @tailwind components; @tailwind utilities; body { margin: 0; background: #FAF7F3; font-family: 'Inter', sans-serif; color: #2a2a2a; } html { scroll-behavior: smooth; }