:root {
    --hue: #00ADEF;
    --fit: #F58220;
    --ink: #123047;
    --muted: #64748b;
    --surface: #ffffff;
    --soft: #f4f8fb;
    --line: #e6eef5;
}
.about-page .nav-link.active,
.about-page .nav-link:hover {
    color: var(--hue) !important;
}

.about-headline {
    color: var(--ink);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

.about-headline .brand-mark {
    font-weight: 800;
}

