.font-inter {
  font-family: "Inter", sans-serif;
}

.card-style {
  background-color: white;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

.active {
    background-color: #15803D;
    color: white;
    border-radius: 4px;
    padding: 2px 8px;
    width: 100%;
    text-align: left;
}