/*
 * Mobile override stylesheet
 * Ensures touch devices keep native momentum scrolling even with Lenis smooth scroll.
 */

html, body {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
