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

body { @apply bg-white text-slate-900; }
a { @apply hover:opacity-80; }
