/** 
 * SST Japanese Pro
 */

@font-face {
  font-family: "SST Japanese Pro";
  src: url("./fonts/SSTJpPro-Regular.otf") format("opentype");
}

@font-face {
  font-weight: 700;
  font-family: "SST Japanese Pro";
  src: url("./fonts/SSTJpPro-Bold.otf") format("opentype");
}

@font-face {
  font-weight: 300;
  font-family: "SST Japanese Pro";
  src: url("./fonts/SSTJpPro-Light.otf") format("opentype");
}

@font-face {
  font-weight: 200;
  font-family: "SST Japanese Pro";
  src: url("./fonts/SSTJpPro-UltraLight.otf") format("opentype");
}

/** 
 * SST
 */

@font-face {
  font-style: normal;
  font-family: SST;
  src: url("./fonts/SST-Roman.otf") format("opentype");
}

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

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: SST;
  src: url("./fonts/SST-Medium.otf") format("opentype");
}

@font-face {
  font-weight: 300;
  font-style: normal;
  font-family: SST;
  src: url("./fonts/SST-Light.otf") format("opentype");
}

@font-face {
  font-weight: 200;
  font-style: normal;
  font-family: SST;
  src: url("./fonts/SST-UltraLight.otf") format("opentype");
}

@font-face {
  font-style: italic;
  font-family: SST;
  src: url("./fonts/SST-Italic.otf") format("opentype");
}

@font-face {
  font-weight: 700;
  font-style: italic;
  font-family: SST;
  src: url("./fonts/SST-BoldItalic.otf") format("opentype");
}

@font-face {
  font-weight: 500;
  font-style: italic;
  font-family: SST;
  src: url("./fonts/SST-MediumItalic.otf") format("opentype");
}

@font-face {
  font-weight: 300;
  font-style: italic;
  font-family: SST;
  src: url("./fonts/SST-LightItalic.otf") format("opentype");
}

@font-face {
  font-weight: 200;
  font-style: italic;
  font-family: SST;
  src: url("./fonts/SST-UltraLightItalic.otf") format("opentype");
}
