/* Self-hosted Outfit — weights mapped to available faces (500 + 700). */
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 600;
  font-display: swap;
  src: url("./outfit-1.woff2") format("woff2");
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 601 900;
  font-display: swap;
  src: url("./outfit-2.woff2") format("woff2");
}
