<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --color-dark: #343434;
    --color-white: #fff;
}

h1, h2 {
    color: var(--color-white);
}

h3, p {
    color: var(--color-dark);
    margin-top: 0;
}

h1 {
    font-size: 5rem;
    margin: 0 0 1rem 0;
}

section h2 {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    text-align: center;
}


.header-wrapper h2 {
    color: var(--color-white);
}</pre></body></html>