@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* Break Point */
* {
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
}

.custom-btn {
  width: auto;
  height: 46px;
  border-radius: 69px;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 25px 12px 25px;
  margin: 2px;
  background-color: #F79421;
  color: white;
}

.custom-btn-2 {
  color: #12183C;
  width: auto;
  height: 46px;
  margin-left: 38px;
  border-radius: 69px;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 25px 12px 25px;
  margin: 2px;
  background-color: transparent;
}

.resetBtn {
  border: none;
  background-color: inherit;
}

@media all and (max-width: 768px) {
  .custom-btn {
    width: auto;
    height: 47px;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 12px 15px 12px 15px;
    margin: 2px;
    background-color: #F79421;
    color: white;
  }
}
@med;/*# sourceMappingURL=styles.css.map */