/* Mona Sans — Custom Webfonts for monono
 * Source: https://github.com/github/mona-sans (SIL Open Font License 1.1)
 *
 * Mona Sans (body text)        → regular weight stack
 * Mona Sans SemiExtended (headlines) → SemiExpanded variant (wider)
 */

/* ── Mona Sans (body, UI, links, buttons) ── */
@font-face {
  font-family: "Mona Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/MonaSans-Regular.woff2") format("woff2");
}

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

@font-face {
  font-family: "Mona Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/MonaSans-SemiBold.woff2") format("woff2");
}

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

@font-face {
  font-family: "Mona Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/MonaSans-Black.woff2") format("woff2");
}

/* ── Mona Sans SemiExtended (headlines, titles, nav) ──
 * GitHub calls this "SemiExpanded" in filenames; we expose it as "SemiExtended"
 * to match the design specification.
 */
@font-face {
  font-family: "Mona Sans SemiExtended";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/MonaSansSemiExpanded-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Mona Sans SemiExtended";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/MonaSansSemiExpanded-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Mona Sans SemiExtended";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/MonaSansSemiExpanded-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Mona Sans SemiExtended";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/MonaSansSemiExpanded-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Mona Sans SemiExtended";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/MonaSansSemiExpanded-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Mona Sans SemiExtended";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/MonaSansSemiExpanded-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Mona Sans SemiExtended";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/MonaSansSemiExpanded-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Mona Sans SemiExtended";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/MonaSansSemiExpanded-Black.woff2") format("woff2");
}
