:root {
    --brand: #b43b2a;
    --dark: #111;
    --muted: #6c757d;
}

body {
    color: #222;
    scroll-behavior: smooth;
}