/* Map Genie L.A. Noire icomoon icon font - local copy. Generated; do not edit by hand.
 * Source: https://cdn.mapgenie.io/css/themes/icons/la-noire-icons.css
 * Rewritten to a single local woff; the per-glyph white colour override was
 * stripped so the marker chip's --cat-color drives the glyph instead.
 * Only the 13 glyphs this game's categories actually use are kept.
 */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-point_of_interest:before {
  content: "\e902";
}
.icon-police_station:before {
  content: "\e904";
}
.icon-gold_film_reel:before {
  content: "\e90c";
}
.icon-golden_record:before {
  content: "\e908";
}
.icon-landmark:before {
  content: "\e90b";
}
.icon-newspaper:before {
  content: "\e907";
}
.icon-novel:before {
  content: "\e90a";
}
.icon-police_badge:before {
  content: "\e903";
}
.icon-vehicle:before {
  content: "\e90d";
}
.icon-story_case:before {
  content: "\e906";
}
.icon-street_crime:before {
  content: "\e90e";
}
.icon-character:before {
  content: "\e905";
}
.icon-clue:before {
  content: "\e909";
}
