/* Local replacement for cdn.tailwindcss.com (Play CDN must not be used in
   production). Includes the minimal preflight these pages relied on, plus
   the only Tailwind utilities they actually use. */
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }

.pt-28 { padding-top: 7rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
