/* CmsLite — Web styles (scaffold)
 *
 * Design tokens land here as `--ap-*` Custom Properties in M1 (WI-01).
 * Mockup-driven layout + Radzen overrides per
 * .claude/rules/ui-fidelity.md follow with the first user-facing pages.
 */

html, body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    line-height: 1.5;
}

main {
    max-width: 960px;
    margin: 0 auto;
    padding: 1rem;
}
