/* Global styles - Hide scrollbar on all pages */
html {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  min-height: 100%;
}

html::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* Fix mobile white background issues */
body {
  min-height: 100vh;
  position: relative;
}

/* Ensure no white backgrounds appear on mobile */
html, body {
  background-color: #0b0b0d;
}
