body {
    --sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --background-color: var(--white) !important;
    --story-embed-width: 738px !important;
}

footer {
    --background-color: var(--gray) !important;
}

section {
    --section-width: 778px !important;
}

mobile-landing-page {
    display: block;
    min-height: 100vh;
    margin: 60px auto;
    padding: 0 var(--page-padding);
}

.page-wrapper {
    max-width: 100%;
    overflow-x: hidden;
}