:root {
    --accent: #4191dd;
    --accent-bg: #ffffff;
}

@media (prefers-color-scheme: dark) {
    :root {
	--accent-bg: #2b2b2b;
    }
}

body > header {
    padding-bottom: 0rem;
    border: 0;
}

@font-face {
    font-family: 'Inter var';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('Inter-roman.var.woff2') format('woff2');
    font-named-instance: 'Regular';
}

main > h1 {
    font-weight: 800;
    font-family: 'Inter var', sans-serif;
    letter-spacing: -0.042em;
}

body > header > h1 {
    letter-spacing: -0.2rem;
}
