/* Menu Page Specific Styles */

/* Custom scrollbar to hide it for sleekness but allow scroll */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Halftone pattern for headers/accents */
.bg-halftone {
  background-image: radial-gradient(#221210 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.05;
}
