/* ============================================================
   SteelFrame.Cloud — Typefaces
   Display:  SF Pro Display  (brand wordmark + headings)
   Mono:     Intel One Mono  (.cloud suffix, code, data, labels)
   ============================================================ */

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Intel One Mono — served from the Fontsource CDN */
@font-face {
  font-family: "Intel One Mono";
  src: url("../fonts/IntelOneMono-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Intel One Mono";
  src: url("../fonts/IntelOneMono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Intel One Mono";
  src: url("../fonts/IntelOneMono-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
