/* =========================================================================
   Tipografia da identidade Shooter
   Antonio  -> títulos (condensada, geométrica)
   Encode Sans -> textos (legível, moderna)
   Fontes variáveis, subset latin (cobre os acentos do português), hospedadas
   localmente (sem CDN). Geradas a partir do Google Fonts.
   ========================================================================= */
@font-face {
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(Antonio-variable-latin.woff2) format('woff2-variations'),
       url(Antonio-variable-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Encode Sans';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(EncodeSans-variable-latin.woff2) format('woff2-variations'),
       url(EncodeSans-variable-latin.woff2) format('woff2');
}
