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

html, body {
  @apply bg-black overflow-hidden h-screen;
  font-family: "DM Sans", "sans-serif";
}