@font-face {
  font-family: 'GandhiSans-Regular';
  src: url('/fonts/GandhiSansRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GandhiSerif-Regular';
  src: url('/fonts/GandhiSerifRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.offset-button-styles,
.remove-button-styles {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hyperlink-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 118px;
  height: 52px;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;

  &.filled {
    background-color: #000;
    color: #fff;
  }
}
