.anchor-primary {
  color: var(--bs-body-color);
  font-weight: bold;
  text-underline-offset: 0.375em;
  text-decoration-color: #0bce40;
}
.anchor-primary:hover {
  color: #0bce40;
}
.anchor-primary {
  transition: all 0.2s linear;
}

.anchor-secondary {
  text-transform: uppercase !important;
  font-family: "Argos", Helvetica, Arial, sans-serif;
  text-decoration: none !important;
  opacity: 0.75 !important;
}
.anchor-secondary:hover {
  color: #0bce40;
  opacity: 1 !important;
}
.anchor-secondary {
  transition: all 0.2s linear;
}

.btn.primary {
  background-color: #0BCE40;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Argos", Helvetica, Arial, sans-serif;
}
.btn.ghost {
  background-color: #ececec;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Argos", Helvetica, Arial, sans-serif;
}
.btn.ghost:hover {
  background-color: #cbcbcb;
}
.btn {
  transition: all 0.2s linear;
  white-space: nowrap;
}
