@font-face {
  font-family: "Stacio Lack";
  src: url("/assets/lack-regular-2.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.brand-wordmark,
.brand-name {
  font-family: "Stacio Lack", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  font-synthesis: none;
}

.brand-wordmark {
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  white-space: nowrap;
}

.brand-name {
  white-space: nowrap;
}
