/* Light customizations without fighting Bootstrap */
:root {
  --brand-radius: 1rem;
}

.navbar,
.card,
.border,
.btn,
input,
textarea,
.footer {
  border-radius: var(--brand-radius) !important;
}

.btn-primary {
  /* Example: slight emphasis */
  letter-spacing: .25px;
}