@font-face {
  font-family: 'Nunito';
  src:
    url('./Nunito-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'SST-Bold';
  src:
    url('./SST-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: 'SST-Light';
  src:
    url('./SST-Light.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family: 'SST-Roman';
  src:
    url('./SST-Roman.ttf') format('truetype');
  font-weight:normal;
  font-style:normal;
}