/* Bootstrap Overrides */

:root {
  --bs-border-radius: 30px;
  --bs-btn-font-weight: 700;
}

.text-primary {
  --bs-text-opacity: 1;
  color: var(--primary-color) !important;
}
.btn {
  padding-left: 2rem;
  padding-right: 2rem;
}