/* Fontes da marca, servidas do disco.
   Nada de fonts.googleapis.com em runtime: se a rede do local cair, o Browser
   Input entra no ar com a fonte de fallback e o layout se desfaz. `node
   fontes.js` baixa o que faltar aqui.

   Barlow Condensed  rótulos, nomes, tudo em caixa alta com tracking largo
   Barlow            números — é a que tem tabular-nums de largura fixa
   Archivo Black     display das cartelas */

@font-face {
  font-family: 'Barlow Condensed';
  src: url('BarlowCondensed-500-latin.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('BarlowCondensed-600-latin.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Barlow Condensed';
  src: url('BarlowCondensed-700-latin.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Barlow';
  src: url('Barlow-600-latin.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Barlow';
  src: url('Barlow-700-latin.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Barlow';
  src: url('Barlow-800-latin.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'Archivo Black';
  src: url('ArchivoBlack-400-latin.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: block;
}
