/* Inter Font - Self Hosted (AGIR PWA)
 * Os pesos intermediarios sao sintetizados pelo navegador a partir de 400/600.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/vendor/fonts/inter/inter-400.46a1550a4bba.woff2") format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url("/static/vendor/fonts/inter/inter-600.01fdc3828f4e.woff2") format('woff2');
}
