/* ---------- Gotham (normal width) ---------- */

/* 400 — usar Book como Regular */
@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Book.woff2') format('woff2'),
         url('Gotham-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  /* 500 — Medium */
  @font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.woff2') format('woff2'),
         url('Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  /* 700 — Bold */
  @font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.woff2') format('woff2'),
         url('Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  /* 900 — Black */
  @font-face {
    font-family: 'Gotham';
    src: url('Gotham-Black.woff2') format('woff2'),
         url('Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  
  /* ---------- Gotham Narrow (opcional) ---------- */
  
  /* 300 — Narrow Light (se quiseres usar a versão “condensada”) */
  @font-face {
    font-family: 'Gotham Narrow';
    src: url('GothamNarrow-Light.woff2') format('woff2'),
         url('GothamNarrow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  /* 400 — Narrow Book */
  @font-face {
    font-family: 'Gotham Narrow';
    src: url('GothamNarrow-Book.woff2') format('woff2'),
         url('GothamNarrow-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  