/* STC Forward — proprietary corporate font.
 * Latin-only (no Arabic variant provided). Arabic text automatically falls
 * back to IBM Plex Sans Arabic via the --font-sans-ar stack in tokens.css.
 */

@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "stc Forward";
  src: url("../assets/fonts/STCForward-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
