/* SST — local copies (CDN fonts fail when page is served from localhost) */
@font-face {
  font-family: "SST";
  src: url("../assets/fonts/SST-Light-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "SST";
  src: url("../assets/fonts/SST-Roman-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SST";
  src: url("../assets/fonts/SST-Medium-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "SST";
  src: url("../assets/fonts/SST-Bold-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
