@tailwind base; @tailwind components; @tailwind utilities; @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&family=Nunito:wght@400;600;700&display=swap'); html { scroll-behavior: smooth; } body { font-family: 'Nunito', sans-serif; background-color: #FDF8F0; color: #2C2C2C; } h1, h2, h3, h4, h5, h6 { font-family: 'Quicksand', sans-serif; } @layer utilities { .text-balance { text-wrap: balance; } }