/* OMNA — Webfonts
   SFT Schrifted Sans (TRIAL) — rounded geometric-humanist sans, the OMNA brand face.
   NOTE: these are the foundry TRIAL files from the brand package.
   License the retail family before any production use. */

@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("../assets/fonts/SFTSchriftedSans-Light.ttf") format("truetype");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("../assets/fonts/SFTSchriftedSans-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("../assets/fonts/SFTSchriftedSans-Medium.ttf") format("truetype");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("../assets/fonts/SFTSchriftedSans-DemiBold.ttf") format("truetype");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("../assets/fonts/SFTSchriftedSans-Bold.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("../assets/fonts/SFTSchriftedSans-ExtraBold.ttf") format("truetype");
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SFT Schrifted Sans";
  src: url("../assets/fonts/SFTSchriftedSans-Black.ttf") format("truetype");
  font-weight: 900; font-style: normal; font-display: swap;
}

/* Variable cut — full 300–900 weight axis for fine control. */
@font-face {
  font-family: "SFT Schrifted Sans VF";
  src: url("../assets/fonts/SFTSchriftedSans-Var.ttf") format("truetype-variations");
  font-weight: 300 900; font-style: normal; font-display: swap;
}
