:root {
    --brand-900: #0f172a;
    --brand-600: #0284c7;
    --brand-400: #38bdf8;
}

body {
    text-rendering: optimizeLegibility;
}

[id] {
    scroll-margin-top: 6rem;
}

.section-shell {
    max-width: 80rem;
    margin: 0 auto;
}
