/* Satoshi — self-hosted, replaces api.fontshare.com CDN */
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi-600-700.woff2') format('woff2'),
       url('../fonts/satoshi-600-700.woff') format('woff');
  font-weight: 600 700;
  font-display: fallback;
  font-style: normal;
}
