/* ==========================================================
   Fontes autohospedadas — Recoleta + Satoshi

   Recoleta: fonte PAGA da Latinotype. Este arquivo (peso Regular,
   sem itálico) é uma versão para testes. Confirmar licença
   comercial com o designer antes de publicar o site em produção.

   Satoshi: livre para uso comercial (Fontshare / Indian Type Foundry).
   Todos os pesos em woff2.
   ========================================================== */

/* — Satoshi Light (300) — */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('satoshi/Satoshi-Light.woff2') format('woff2');
}

/* — Satoshi Regular (400) — */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('satoshi/Satoshi-Regular.woff2') format('woff2');
}

/* — Satoshi Medium (500) — */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('satoshi/Satoshi-Medium.woff2') format('woff2');
}

/* — Satoshi Bold (700) — */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('satoshi/Satoshi-Bold.woff2') format('woff2');
}

/* — Satoshi Italic (400) — */
@font-face {
  font-family: 'Satoshi';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('satoshi/Satoshi-Italic.woff2') format('woff2');
}

/* — Recoleta Regular (400) — */
@font-face {
  font-family: 'Recoleta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('recoleta/Recoleta-Regular.woff2') format('woff2');
}
