@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

body {
  font-family: "Inter", sans-serif !important;
}

.card-img-top {
  max-height: 200px !important;
  min-height: 150px !important;
  object-fit: cover !important;
}

.bg-green {
  background-color: #307b1c !important;
}

.bg-grey {
  background-color: #c4c4c4 !important;
}

.text-green {
  color: #307b1c;
}

.link-green {
  color: #307b1c !important;
  text-decoration: none !important;
}

.link-green :hover {
  color: #307b1c;
  text-decoration: none;
}

.btn-outline-secondary {
  /* background-color: #f5aef8 !important; */
  border-color: #307b1c !important;
  color: #307b1c !important;
}

.btn-outline-secondary:hover {
  background-color: #307b1c !important;
  border-color: #307b1c !important;
  color: white !important;
}

.btn-primary {
  background-color: #307b1c !important;
  border-color: #307b1c !important;
}

.btn-primary:hover {
  outline: none !important;
}

.btn-darkblue {
  background-color: #020154 !important;
  border-color: #020154 !important;
}

.btn-darkblue:hover {
  outline: none !important;
}

.btn-skyblue {
  background-color: #0081f6 !important;
  border-color: #0081f6 !important;
}

.btn-skyblue:hover {
  outline: none !important;
}

.btn-red {
  background-color: #f80205 !important;
  border-color: #f80205 !important;
}

.btn-red:hover {
  outline: none !important;
}

.btn-yellow {
  background-color: #f6d24d !important;
  border-color: #f6d24d !important;
}

.btn-yellow:hover {
  outline: none !important;
}

.alert-darkblue {
  background-color: #1f1e50 !important;
}

.alert-yellow {
  background-color: #f6d24d !important;
}

.alert-skyblue {
  background-color: #0081f6 !important;
}

.alert-red {
  background-color: #f80205 !important;
}

.alert-green {
  background-color: #307b1c !important;
}

.btn-primary:focus {
  border-width: 1px;
  /* border-color: #7b4cf0 !important; */
}
