/* Mobile-first helpers and overrides */
html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.safe-area-pb {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* Better touch targets (not in nav links) */
button, a {
  min-height: 44px;
}
nav a, nav button {
  min-height: auto;
}

/* Image/video gallery */
.aspect-square {
  aspect-ratio: 1 / 1;
}
