/* Self-hosted subset of WordPress core's dashicons webfont — only the
   @font-face needed to render the mega-menu dropdown arrow (dashicons
   "arrow-down", \f140) exactly as it appears on the live Max Mega Menu
   site (see globals.css .nav-chevron:before). Source: wp-includes/fonts. */
@font-face {
  font-family: dashicons;
  src: url('../fonts/dashicons.woff2') format('woff2'),
       url('../fonts/dashicons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
