/* Perumi: overrides and utilities (keep it after Tailwind) */

/* Ensure the page always fills the full viewport width */
html, body { width: 100%; }


/* Prevent "Request Mobile Website" on iPad from breaking the layout.
   Only kicks in at tablet-sized screens (>=768px device width).
   Phones are left untouched so they render naturally. */
@media (min-device-width: 768px) {
  body { min-width: 1024px; }
}
