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

/* optionnel : styles globaux */
body {
  font-family: 'Inter', sans-serif;
  background-color: #f9fafb;
}
