/* ===================================
   FONTES CUSTOMIZADAS - Gotham
   =================================== */

/*
  Gotham - Fonte oficial do site

  ✅ Fonte premium de alta qualidade
  ✅ Estilo moderno e profissional
  ✅ Ótima legibilidade em todos os tamanhos
*/

/* Gotham Light (peso 300) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Gotham Book/Regular (peso 400) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Gotham Book Italic (peso 400) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Gotham Medium (peso 500) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Gotham Medium Italic (peso 500) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Gotham Bold (peso 700) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Gotham Bold Italic (peso 700) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Variável CSS para fonte dos inputs e elementos */
:root {
  /* Gotham com Montserrat como fallback */
  --input-font: 'Gotham', 'Montserrat', system-ui, -apple-system, sans-serif;
  --body-font: 'Gotham', 'Montserrat', system-ui, -apple-system, sans-serif;
}
