/* Regular */
@font-face {
  font-family: "stds-font-global";
  font-style: normal;
  font-weight: normal;
  src: url(otf/Inter-Regular.otf) format("otf"),
    url(woff/Inter-Regular.woff) format("woff"),
    url(woff2/Inter-Regular.woff2) format("woff2");
  font-display: fallback;
}

@font-face {
  font-family: "stds-font-global";
  font-style: normal;
  font-weight: 400;
  src: url(otf/Inter-Regular.otf) format("otf"),
    url(woff/Inter-Regular.woff) format("woff"),
    url(woff2/Inter-Regular.woff2) format("woff2");
  font-display: fallback;
}

/* Medium */
@font-face {
  font-family: "stds-font-global";
  font-style: normal;
  font-weight: bold;
  src: url(otf/Inter-Medium.otf) format("otf"),
    url(woff/Inter-Medium.woff) format("woff"),
    url(woff2/Inter-Medium.woff2) format("woff2");
  font-display: fallback;
}

@font-face {
  font-family: "stds-font-global";
  font-style: normal;
  font-weight: 500;
  src: url(otf/Inter-Medium.otf) format("otf"),
    url(woff/Inter-Medium.woff) format("woff"),
    url(woff2/Inter-Medium.woff2) format("woff2");
  font-display: fallback;
}

/* Bold */
@font-face {
  font-family: "stds-font-global";
  font-style: normal;
  font-weight: bold;
  src: url(otf/Inter-Bold.otf) format("otf"),
    url(woff/Inter-Bold.woff) format("woff"),
    url(woff2/Inter-Bold.woff2) format("woff2");
  font-display: fallback;
}

@font-face {
  font-family: "stds-font-global";
  font-style: normal;
  font-weight: 700;
  src: url(otf/Inter-Bold.otf) format("otf"),
    url(woff/Inter-Bold.woff) format("woff"),
    url(woff2/Inter-Bold.woff2) format("woff2");
  font-display: fallback;
}
