/* ==========================================================
   Fontes oficiais da marca MOOGUM — autohospedadas no próprio blog
   (blog/assets/fonts/, publicado a partir de assets/fonts do tema)

   Recoleta: fonte PAGA da Latinotype (Regular, sem itálico).
   Satoshi: livre para uso comercial (Fontshare / Indian Type Foundry).

   Caminhos RELATIVOS de propósito: fonts.css é publicado em
   blog/assets/css/, então ../fonts/ resolve para blog/assets/fonts/.
   ========================================================== */

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

/* — Satoshi Light (300) — */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/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('../fonts/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('../fonts/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('../fonts/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('../fonts/satoshi/Satoshi-Italic.woff2') format('woff2');
}
