/**
 * Satoshi Font - Self-hosted
 * Designed by: Deni Anggara | © 2026 Indian Type Foundry
 * https://www.fontshare.com/fonts/satoshi
 *
 * Using variable fonts — covers all weights 300–900 in a single file.
 */

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

@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/satoshi/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
