/* Mobile-first overrides on top of Bootstrap 5. Keep this file small:
   if a rule can be a Bootstrap utility class, it should be. */

:root {
  --qc-ink: #16181d;
}

body {
  color: var(--qc-ink);
}

.navbar-brand {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

@media (min-width: 992px) {
  .navbar-brand {
    font-size: 1.4rem;
  }
}
