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

/* Custom base styles */
body {
  @apply bg-bg text-text;
}

* {
  @apply border-border;
}
