@tailwind base;
@tailwind components;
@tailwind utilities;
body {
    background: linear-gradient(to bottom right, #f0f1d2, #f5f5f5); 
    color: #333;
    font-family: 'Inter', sans-serif;
  }

