@import 'tailwindcss';

html,
body {
  background-color: #0f172a; /* slate-900 */
}

/* Prevent overscroll bounce showing white */
html {
  overflow-y: scroll;
  overscroll-behavior: none;
}
