/* ============================================================
   Self-hosted fonts — Satoshi & Boska by Indian Type Foundry
   Licensed under the Fontshare Free Font License (FFL).
   See /fonts/SATOSHI-LICENSE.txt and /fonts/BOSKA-LICENSE.txt
   ============================================================ */

/* ---------- Satoshi (sans, body + UI) ---------- */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/Satoshi-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Satoshi-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Satoshi-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Satoshi-Bold.woff2') format('woff2');
}

/* ---------- Boska (serif, display) ---------- */
@font-face {
  font-family: 'Boska';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Boska-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Boska';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Boska-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Boska';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Boska-MediumItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'Boska';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/Boska-BoldItalic.woff2') format('woff2');
}
