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

body {
  overscroll-behavior: none;
  touch-action: none;
  background-color: #000;
  color: white;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Hide scrollbars for full immersion */
::-webkit-scrollbar {
  display: none;
}