/* ============================================
   GOTHAM — Familia completa (Terrazas del Molino)
   8 pesos x normal/italic = 16 declaraciones @font-face.
   Coloca este archivo en la MISMA carpeta que los .woff2/.woff/.ttf:
   wp-content/uploads/fonts/
   ============================================ */

/* Thin — 100 */
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Thin.woff2') format('woff2'),
       url('Gotham-Thin.woff') format('woff'),
       url('Gotham-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-ThinItalic.woff2') format('woff2'),
       url('Gotham-ThinItalic.woff') format('woff'),
       url('Gotham-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Extra Light (XLight) — 200 */
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-XLight.woff2') format('woff2'),
       url('Gotham-XLight.woff') format('woff'),
       url('Gotham-XLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-XLightItalic.woff2') format('woff2'),
       url('Gotham-XLightItalic.woff') format('woff'),
       url('Gotham-XLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Light — 300 */
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Light.woff2') format('woff2'),
       url('Gotham-Light.woff') format('woff'),
       url('Gotham-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-LightItalic.woff2') format('woff2'),
       url('Gotham-LightItalic.woff') format('woff'),
       url('Gotham-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Book — 400 */
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Book.woff2') format('woff2'),
       url('Gotham-Book.woff') format('woff'),
       url('Gotham-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-BookItalic.woff2') format('woff2'),
       url('Gotham-BookItalic.woff') format('woff'),
       url('Gotham-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium — 500 */
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Medium.woff2') format('woff2'),
       url('Gotham-Medium.woff') format('woff'),
       url('Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-MediumItalic.woff2') format('woff2'),
       url('Gotham-MediumItalic.woff') format('woff'),
       url('Gotham-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold — 600 */
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Bold.woff2') format('woff2'),
       url('Gotham-Bold.woff') format('woff'),
       url('Gotham-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-BoldItalic.woff2') format('woff2'),
       url('Gotham-BoldItalic.woff') format('woff'),
       url('Gotham-BoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Black — 700 */
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Black.woff2') format('woff2'),
       url('Gotham-Black.woff') format('woff'),
       url('Gotham-Black.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-BlackItalic.woff2') format('woff2'),
       url('Gotham-BlackItalic.woff') format('woff'),
       url('Gotham-BlackItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Ultra — 800 */
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-Ultra.woff2') format('woff2'),
       url('Gotham-Ultra.woff') format('woff'),
       url('Gotham-Ultra.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('Gotham-UltraItalic.woff2') format('woff2'),
       url('Gotham-UltraItalic.woff') format('woff'),
       url('Gotham-UltraItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
