@font-face {
  font-family: 'Satoshi';
  font-weight: 400;
  font-style: normal;
  src: url("satoshi-medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Satoshi';
  font-weight: 700;
  font-style: normal;
  src: url("satoshi-bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Satoshi';
  font-weight: 900;
  font-style: normal;
  src: url("satoshi-black.ttf") format("truetype");
}