@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
body {
  font-family: "IBM Plex Sans", sans-serif !important;
  margin: 0;
  padding: 0;
}

.button,
.cta-button,
.botao,
.botao-final {
  background: linear-gradient(180deg, #264FEC 50%, #C70E0E 100%);
  color: #F5F1EB;
  border: none;
  border-radius: 0;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  width: fit-content;
  font-size: 16px;
  display: inline-block;
  transform: skew(-8deg);
}
.button:disabled,
.cta-button:disabled,
.botao:disabled,
.botao-final:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.button:hover,
.cta-button:hover,
.botao:hover,
.botao-final:hover {
  background: linear-gradient(180deg, #011E38 50%, #C70E0E 100%);
}

/*# sourceMappingURL=index.css.map */
