/* Non-app pages (marketing, shop) when using slim theme locally */
html,
body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    line-height: 1.5;
    color: #1a1a1a;
}

.minestem-page-content {
    max-width: 72rem;
    margin: 0 auto;
    padding: 1.5rem;
}