/* MuniGrowth custom icon system */
.mg-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: -0.2em;
  flex-shrink: 0;
  fill: currentColor;
  color: inherit;
}

.mg-icon--sm { width: 1em; height: 1em; }
.mg-icon--lg { width: 1.5em; height: 1.5em; }
.mg-icon--xl { width: 2em; height: 2em; }

svg.mg-icon use {
  fill: currentColor;
}
