/* ============================================
   GOTHAM — @font-face declarations
   Pasta: /fontes/
   ============================================ */

/* --- Gotham Thin (weight 100) --- */
@font-face {
  font-family: 'Gotham';
  src: url('gothamthin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('gothamthinitalic-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* --- Gotham Extra Light (weight 200) --- */
@font-face {
  font-family: 'Gotham';
  src: url('gothamxlight-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('gothamxlightitalic-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* --- Gotham Light (weight 300) --- */
@font-face {
  font-family: 'Gotham';
  src: url('gothamlight-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('gothamlightitalic-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* --- Gotham Book (weight 400) --- */
@font-face {
  font-family: 'Gotham';
  src: url('gothambook-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('gothambookitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* --- Gotham Medium (weight 500) --- */
@font-face {
  font-family: 'Gotham';
  src: url('gothammedium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('gothammediumitalic-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* --- Gotham Bold (weight 700) --- */
@font-face {
  font-family: 'Gotham';
  src: url('gothambold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('gothambolditalic-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* --- Gotham Black (weight 800) --- */
@font-face {
  font-family: 'Gotham';
  src: url('gothamblack-webfont.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('gothamblackitalic-webfont.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* --- Gotham Ultra (weight 900) --- */
@font-face {
  font-family: 'Gotham';
  src: url('gothamultra-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('gothamultraitalic-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
