/* Gotham font-face definitions
   Arquivo gerado automaticamente — disponibiliza as fontes Gotham localmente
   Uso: apenas carregue este CSS; para aplicar Gotham como fonte padrão, atualize
   `font-family` em `base.scss` ou adicione `font-family: "Gotham", sans-serif;`.
*/

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

@font-face {
  font-family: 'Gotham';
  src: url('../../fonts/Gotham-XLight.woff2') format('woff2'),
       url('../../fonts/Gotham-XLight.woff') format('woff'),
       url('../../fonts/Gotham-XLight.ttf') format('truetype'),
       url('../../fonts/Gotham-XLight.eot');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'Gotham';
  src: url('../../fonts/Gotham-Bold.woff2') format('woff2'),
       url('../../fonts/Gotham-Bold.woff') format('woff'),
       url('../../fonts/Gotham-Bold.ttf') format('truetype'),
       url('../../fonts/Gotham-Bold.eot');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'Gotham';
  src: url('../../fonts/Gotham-Black.woff2') format('woff2'),
       url('../../fonts/Gotham-Black.woff') format('woff'),
       url('../../fonts/Gotham-Black.ttf') format('truetype'),
       url('../../fonts/Gotham-Black.eot');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: 'Gotham';
  src: url('../../fonts/Gotham-BoldItalic.woff2') format('woff2'),
       url('../../fonts/Gotham-BoldItalic.woff') format('woff'),
       url('../../fonts/Gotham-BoldItalic.ttf') format('truetype'),
       url('../../fonts/Gotham-BoldItalic.eot');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../../fonts/Gotham-BlackItalic.woff2') format('woff2'),
       url('../../fonts/Gotham-BlackItalic.woff') format('woff'),
       url('../../fonts/Gotham-BlackItalic.ttf') format('truetype'),
       url('../../fonts/Gotham-BlackItalic.eot');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Optional utility class to apply Gotham quickly */
.use-gotham { font-family: 'Gotham', sans-serif; }
