@font-face {
  font-family: 'Sathosi-light';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Sathosi-normal';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Sathosi-medium';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Sathosi-bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Sathosi-black';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
}