/* Small custom overrides on top of Bootstrap. Kept intentionally minimal. */

:root {
  --bs-primary: #4f46e5;
}

.navbar-brand {
  letter-spacing: -0.01em;
}
