/* Basic styles for the static login page background. This file exists so the
   link tag in index.html resolves to a valid stylesheet when deployed to
   Cloudflare Pages. Add any global overrides here if needed. */
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', 'Roboto', sans-serif;
}
