/* Web-safe fallbacks. We rely on Google Fonts (imported in colors_and_type.css)
   to substitute for Trebuchet MS / Calibri / Consolas, which are platform fonts.
   If Microsoft fonts are licensed and shipped, drop the .ttf / .woff2 files
   into this directory and uncomment the @font-face blocks below. */

/*
@font-face {
  font-family: "Trebuchet MS";
  src: url("./TrebuchetMS.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("./Calibri.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Consolas";
  src: url("./Consolas.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
*/
