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

/* Global styles */
body {
  font-family: system-ui, -apple-system, sans-serif;
}

/* Layout styles */
header {
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
}

footer {
  background-color: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
