@tailwind base;
@tailwind components;
@tailwind utilities;

/* Light & Airy body style */
body {
  background: #FFFCF9 !important;
  min-height: 100vh;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
