/* Canonical title font for Nari Labs production surfaces. */
@font-face {
  font-family: "Nari Display";
  src: url("assets/fonts/InstrumentSans-Variable.woff2") format("woff2");
  font-weight: 400 700;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}

:root {
  --display: "Nari Display", "Instrument Sans", "Pretendard Variable", Pretendard, sans-serif;
}
