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

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