/* Lancephase webfonts.
   Display/title face: Clash Display (used as the on-brand substitute for
   Tactic Sans, which was NOT provided — see readme ICONOGRAPHY/Type notes).
   Body face: Helvetica Now (variable). Helvetica Neue LT Std as a static fallback. */

@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Extralight.woff2") format("woff2");
  font-weight: 200; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Light.woff2") format("woff2");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Semibold.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

/* Helvetica Now — variable font (weight axis ~300–700) */
@font-face {
  font-family: "Helvetica Now";
  src: url("../assets/fonts/Helvetica-Now-Var.woff2") format("woff2");
  font-weight: 300 700; font-style: normal; font-display: swap;
}

/* Static fallback for body copy */
@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../assets/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../assets/fonts/HelveticaNeueLTStd-Md.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../assets/fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
