/* ============================================================
   PaxLabs · Webfonts
   LTWave (Lineto) is THE brand typeface — used for display AND body.
   LTWaveMono carries data, code, addresses, tickers and eyebrows.
   Premium voice leans light: Thin / Light do the heavy lifting,
   Medium+ is reserved for emphasis.
   ============================================================ */

/* ---------- LTWave ---------- */
@font-face {
  font-family: "LTWave";
  src: url("LTWave-Thin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LTWave";
  src: url("LTWave-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LTWave";
  src: url("LTWave-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LTWave";
  src: url("LTWave-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LTWave";
  src: url("LTWave-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LTWave";
  src: url("LTWave-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- LTWaveMono ---------- */
@font-face {
  font-family: "LTWaveMono";
  src: url("LTWaveMono-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LTWaveMono";
  src: url("LTWaveMono-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LTWaveMono";
  src: url("LTWaveMono-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LTWaveMono";
  src: url("LTWaveMono-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
