body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #1e1e1e;
}

.brand-color {
  color: #f9d785;
}

.btn-brand {
  background-color: #f9d785;
  color: #1e1e1e;
  border: none;
}

.btn-brand:hover {
  background-color: #f0c860;
}

.hero {
  background-color: #1e4d91;
  color: white;
  padding: 80px 0;
}

footer {
  background-color: #1e4d91;
  color: white;
  padding: 20px 0;
  margin-top: 60px;
}
