/* Phase 5 font loading overrides */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=7.2.96");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=7.2.96") format("embedded-opentype"),
       url("../fonts/materialdesignicons-webfont.woff2?v=7.2.96") format("woff2"),
       url("../fonts/materialdesignicons-webfont.woff?v=7.2.96") format("woff"),
       url("../fonts/materialdesignicons-webfont.ttf?v=7.2.96") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
