/* Self-hosted icon font (mading-font + icofont glyphs used by the theme).
   The original loads these from the theme directory; here they live in /font/. */

@font-face{
  font-family:'mading-font';
  src:url('../font/mading-font.woff2') format('woff2');
  font-weight:normal;font-style:normal;font-display:block;
}

@font-face{
  font-family:'icofont';
  src:url('../font/icofont.woff2') format('woff2');
  font-weight:normal;font-style:normal;font-display:block;
}

[class^="icon-mad-"],[class*=" icon-mad-"]{
  font-family:'mading-font';speak:none;font-style:normal;font-weight:normal;
  font-variant:normal;text-transform:none;line-height:1;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;
}
[class^="icofont-"],[class*=" icofont-"]{
  font-family:'icofont';speak:none;font-style:normal;font-weight:normal;
  font-variant:normal;text-transform:none;line-height:1;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;
}
