body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

/* Hide scrollbar on tab bar while keeping scroll */
.tab-bar { scrollbar-width: none; -ms-overflow-style: none; }
.tab-bar::-webkit-scrollbar { display: none; }

/* Thin scrollbar for meal history list */
.meal-scroll::-webkit-scrollbar { width: 4px; }
.meal-scroll::-webkit-scrollbar-track { background: transparent; }
.meal-scroll::-webkit-scrollbar-thumb { background: #ddd0c0; border-radius: 2px; }
