@font-face {
  font-family: "Gotham Rounded Medium";
  src: url("../fonts/GothamRnd-Medium.otf");
}
* {
  padding: 0;
  margin: 0;
}

body,
input,
button {
  font-family: "Gotham Rounded Medium";
  -webkit-font-smoothing: antialiased;
}

.button-custom {
  background-color: #1CBDB3;
  color: white;
  margin-top: 40px;
  padding: 15px;
  font-size: 15px;
  max-width: 275px;
  width: 100%;
  border: none;
  border-radius: 60px;
  cursor: pointer;
}

/*# sourceMappingURL=global.css.map */
