@import "tailwindcss";
@plugin "daisyui";

/* Custom tweaks to integrate nicely with DaisyUI themes */
@theme {
  --font-sans: 'Inter', system-ui, sans-serif;
}

body {
  @apply bg-base-200 min-h-screen text-base-content;
}
