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

body {
  @apply bg-[#0B0B0F] text-white antialiased;
}