@font-face {
  font-family: "Geist Sans";
  src: url("./fonts/geist-sans-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.otherlay-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.58em;
  color: inherit;
  text-decoration: none;
}

.otherlay-brand-mark {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  flex: none;
  background: currentColor;
  -webkit-mask: url("./otherlay-mark.svg") center / contain no-repeat;
  mask: url("./otherlay-mark.svg") center / contain no-repeat;
}

.otherlay-wordmark {
  font-family: "Geist Sans", Geist, Inter, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-synthesis: none;
  letter-spacing: -0.0296em;
  line-height: 1;
}
