/* base.css — minimal rules not covered by components.css */

/* Overscroll background (visible when user pulls past the top/bottom on touch devices) */
html{
  background: #f6f7f9;
}
