/* We can use styles.css for minor specific things Tailwind cannot handle without messy arbitrary values, like hiding scrollbars and pointer events */
@layer utilities {
  .neural-canvas {
    pointer-events: none;
  }
}
