/* ============================================================
   Nicolas Strebel — self-hosted type
   Neue Montreal (Pangram Pangram). All-sans system.
   Absolute /assets/ urls so it resolves at any page depth
   on a root-served deploy (Cloudflare Pages / local root).
   ============================================================ */

@font-face{
  font-family:"Neue Montreal";
  src:url("/assets/fonts/NeueMontreal-Light.woff2") format("woff2");
  font-weight:300; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Neue Montreal";
  src:url("/assets/fonts/NeueMontreal-LightItalic.woff2") format("woff2");
  font-weight:300; font-style:italic; font-display:swap;
}
@font-face{
  font-family:"Neue Montreal";
  src:url("/assets/fonts/NeueMontreal-Regular.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Neue Montreal";
  src:url("/assets/fonts/NeueMontreal-Italic.woff2") format("woff2");
  font-weight:400; font-style:italic; font-display:swap;
}
@font-face{
  font-family:"Neue Montreal";
  src:url("/assets/fonts/NeueMontreal-Medium.woff2") format("woff2");
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Neue Montreal";
  src:url("/assets/fonts/NeueMontreal-Bold.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Neue Montreal";
  src:url("/assets/fonts/NeueMontreal-BoldItalic.woff2") format("woff2");
  font-weight:700; font-style:italic; font-display:swap;
}
