/* ============================================================
   Solto — self-hosted faces. font-display: swap, no FOIT.
   Display = condensed grotesque (Anton / Archivo Narrow) — the
   "Arial Narrow" register, swapped per type variant.
   Body = Satoshi.
   ============================================================ */

/* Archivo Narrow — refined narrow display (locked) */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/archivonarrow-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/archivonarrow-700.woff2') format('woff2');
}

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