@font-face {
  font-family: 'Satoshi';
  src: url('/static/fonts/satoshi-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/static/fonts/satoshi-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'Satoshi', sans-serif;
}