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

@layer base {
  a {
    @apply underline text-sky-600;
  }
}
