/* ===== Offline Font: CMU (Light/Regular/Bold + Italic) ===== */
@font-face{
  font-family: "CMU";
  src: url("../fonts/cmu/CMU-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "CMU";
  src: url("../fonts/cmu/CMU-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face{
  font-family: "CMU";
  src: url("../fonts/cmu/CMU-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "CMU";
  src: url("../fonts/cmu/CMU-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face{
  font-family: "CMU";
  src: url("../fonts/cmu/CMU-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "CMU";
  src: url("../fonts/cmu/CMU-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
