/* Saud — shared webfonts (GitHub Primer families: Mona Sans, Hubot Sans, Mona Sans Mono) */
@font-face {
  font-family: "Mona Sans";
  src: url("fonts/MonaSansVF.woff2") format("woff2-variations"),
       url("fonts/MonaSansVF.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans";
  src: url("fonts/MonaSansVF-Italic.woff2") format("woff2-variations"),
       url("fonts/MonaSansVF-Italic.woff2") format("woff2");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mona Sans Mono";
  src: url("fonts/MonaSansMonoVF.woff2") format("woff2-variations"),
       url("fonts/MonaSansMonoVF.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face { font-family:"Hubot Sans"; src:url("fonts/HubotSans-Regular.woff2")   format("woff2"); font-weight:400; font-display:swap; }
@font-face { font-family:"Hubot Sans"; src:url("fonts/HubotSans-Medium.woff2")    format("woff2"); font-weight:500; font-display:swap; }
@font-face { font-family:"Hubot Sans"; src:url("fonts/HubotSans-SemiBold.woff2")  format("woff2"); font-weight:600; font-display:swap; }
@font-face { font-family:"Hubot Sans"; src:url("fonts/HubotSans-Bold.woff2")      format("woff2"); font-weight:700; font-display:swap; }
@font-face { font-family:"Hubot Sans"; src:url("fonts/HubotSans-ExtraBold.woff2") format("woff2"); font-weight:800; font-display:swap; }
@font-face { font-family:"Hubot Sans"; src:url("fonts/HubotSans-Black.woff2")     format("woff2"); font-weight:900; font-display:swap; }
