/* Global stylesheet: base background and font rules */
html, body {
    height: 100%;
}

body {
    margin: 0;
    background-color: #41aafd;
    font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    font-weight: 400;
    color: #111;
}

/* Headings use Lato and are bold */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

/* Paragraph and other body text use Roboto Normal */
p, span, a, li, label, input, button {
    font-family: 'Roboto', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    font-weight: 400;
}
