/* ⚠️ ONE COPY OF THE TYPEFACE, ONE URL. The landing page used to load an
   identical set from /fonts/ while every other page loaded this one, so a
   visitor going index → menu downloaded the same four weights twice — the
   browser caches by URL, and the two URLs were different files as far as it
   was concerned. 200 and 300 live here now so index has no reason to leave. */
/* Community Supply brand typeface — Univers Next Pro, self-hosted (subset to Latin + ₱/€).
   Weights: 400 Regular, 500 Medium, 700 Bold, 800 Heavy. 600 resolves up to Bold. */
@font-face{
  font-family:'Univers Next Pro';
  src:url('/brand/fonts/univers-400.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Univers Next Pro';
  src:url('/brand/fonts/univers-500.woff2') format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Univers Next Pro';
  src:url('/brand/fonts/univers-700.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Univers Next Pro';
  src:url('/brand/fonts/univers-800.woff2') format('woff2');
  font-weight:800; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Univers Next Pro';
  src:url('/brand/fonts/univers-200.woff2') format('woff2');
  font-weight:200; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Univers Next Pro';
  src:url('/brand/fonts/univers-300.woff2') format('woff2');
  font-weight:300; font-style:normal; font-display:swap;
}
