.rm-static-page {
    max-width: 720px;
    margin: 0 auto;
    padding: var(--rm-space-7) var(--rm-space-5);
}
.rm-static-page h1 { margin-bottom: var(--rm-space-2); }

/* Font direction: Inter throughout, matches MySpots (no Fraunces on this page) */
.rm-static-page h1, .rm-static-page h2, .rm-static-page h3 {
    font-family: var(--rm-font-body);
    font-weight: 500;
    letter-spacing: -0.01em;
}
.rm-static-meta { color: var(--rm-fog); font-size: 0.85rem; margin-bottom: var(--rm-space-5); }
.rm-static-page h2 { margin-top: var(--rm-space-6); font-size: 1.4rem; }
.rm-static-page h3 { margin-top: var(--rm-space-5); font-size: 1.1rem; }
.rm-static-page p { line-height: 1.7; }
.rm-static-page ul { line-height: 1.7; padding-left: var(--rm-space-5); }
.rm-static-page li { margin-bottom: var(--rm-space-2); }
.rm-static-page .rm-alert { margin-bottom: var(--rm-space-5); }
