/* These are basic styles for the demo site only.
Not to be carrried over to production */

body {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeSpeed;
}

#page {
    max-width: 1400px;
    margin: 4rem auto;
    padding: 0 1.5rem;
}