body {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.bg-primary {
  background-color: #002c41;
}
.text-primary {
  color: #002c41;
}
.bg-secondary {
  background-color: #0c8e36;
}
.text-secondary {
  color: #0c8e36;
}
.border-secondary {
  border-color: #0c8e36;
}
.focus-ring:focus {
  border-color: #0c8e36;
  ring-color: rgba(12, 142, 54, 0.1);
}

.input-field {
  @apply w-full bg-slate-50 border border-slate-200 rounded-2xl py-4 px-6 text-sm font-semibold text-primary outline-none transition-all focus:border-secondary focus:bg-white;
}
