:root {
    --brand-dark: #101828;
    --brand-accent: #3300ff;
    --brand-muted: #eaecf0;
}

body {
    background: #f6f8fb;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--brand-dark);
}

.navbar {
    padding-block: 1.5rem;
    letter-spacing: 0.04em;
}

footer {
    background: #1a1a1a;
}

footer .bg-dark {
    background: #1a1a1a !important;
}

