/* Subsetted icon fonts: only the glyphs the page uses; loaded after the plugin stylesheets so these families win.
   Regenerate via run_control/subset_aqmap_icons.sh. */
@font-face {
  font-family: "AqmapFA";
  src: url("fonts/aqmap-fa.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "AqmapIon";
  src: url("fonts/aqmap-ion.woff2") format("woff2");
  font-display: swap;
}

.fa {
  font-family: "AqmapFA";
}

.ion,
.ion:before,
[class^="ion-"]:before,
[class*=" ion-"]:before {
  font-family: "AqmapIon";
}