/* Arquivo CSS para auto-hospedagem da fonte Inter.*/

/* Inter Regular - Peso 400
   Baixe o arquivo 'inter-v12-latin-regular.woff2' em: https://gwfh.mranftl.com/fonts/inter?subsets=latin
*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Melhora a performance de carregamento */
  src: local(''),
       url('./inter-v20-latin-regular.woff2') format('woff2'), /* Caminho para o arquivo local */
}

/* Inter Medium - Peso 500
   Baixe o arquivo 'inter-v20-latin-500.woff2' em: https://gwfh.mranftl.com/fonts/inter?subsets=latin
*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('./inter-v20-latin-500.woff2') format('woff2'),
}

/* Inter SemiBold - Peso 600
   Baixe o arquivo 'inter-v20-latin-600.woff2' em: https://gwfh.mranftl.com/fonts/inter?subsets=latin
*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('./inter-v20-latin-600.woff2') format('woff2'),
}

/* Inter Bold - Peso 700
   Baixe o arquivo 'inter-v20-latin-700.woff2' em: https://gwfh.mranftl.com/fonts/inter?subsets=latin
*/
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('./inter-v20-latin-700.woff2') format('woff2'),
}

