/* Block formatting margins only */

body {
    margin: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

/* Core block elements */
p, div, blockquote, pre, ul, ol, figure {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

/* Headers also need distinct block margins */
h1, h2, h3, h4, h5, h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Ensure images don't overflow their containers */
img {
    max-width: 100%;
    height: auto;
}