/* ── Gotham (brand secondary) ──────────────────────────────────
   The licensed woff2 files are not in this repo. The @font-face
   block below is therefore COMMENTED OUT: with it live, every page
   fired a request per weight and took a 404 before falling back,
   because --f-sans lists 'Gotham' ahead of 'Montserrat'. Commented
   out, the same fallback happens with no network cost.

   TO ENABLE GOTHAM: drop the five files into this folder with these
   exact names and delete the comment markers around the block.
     Gotham-Light.woff2   (300)
     Gotham-Book.woff2    (400)
     Gotham-Medium.woff2  (500)
     Gotham-Bold.woff2    (700)
     Gotham-Black.woff2   (900)
   ────────────────────────────────────────────────────────────── */

/*
@font-face{font-family:'Gotham';src:url('Gotham-Light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Gotham';src:url('Gotham-Book.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Gotham';src:url('Gotham-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Gotham';src:url('Gotham-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Gotham';src:url('Gotham-Black.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}
*/
