/* =================================================================
   CONFIGURAÇÃO DE FONTES PARA PRODUÇÃO WEB
   ================================================================= */

/* FontAwesome 6 (para @expo/vector-icons) */
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fonts/fa-solid-900.woff2') format('woff2'),
       url('/assets/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome5_Regular';
  src: url('/assets/fonts/fa-regular-400.woff2') format('woff2'),
       url('/assets/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome5_Solid';
  src: url('/assets/fonts/fa-solid-900.woff2') format('woff2'),
       url('/assets/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome5_Brands';
  src: url('/assets/fonts/fa-brands-400.woff2') format('woff2'),
       url('/assets/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Material Icons (para @expo/vector-icons MaterialIcons) */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2') format('woff2');
  font-display: swap;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

/* Feather Icons (para @expo/vector-icons Feather) */
@font-face {
  font-family: 'feather';
  src: url('https://unpkg.com/feather-icons/dist/fonts/feather.woff2') format('woff2'),
       url('https://unpkg.com/feather-icons/dist/fonts/feather.woff') format('woff'),
       url('https://unpkg.com/feather-icons/dist/fonts/feather.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Fontes customizadas do projeto */
@font-face {
  font-family: 'Mona Sans Light';
  src: url('/assets/fonts/Mona-Sans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mona Sans Medium';
  src: url('/assets/fonts/Mona-Sans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mona Sans SemiBold';
  src: url('/assets/fonts/Mona-Sans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Carizo';
  src: url('/assets/fonts/Carizo Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Classes utilitárias para ícones */
.icon-font {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

