/* MotoJoe icon sprite — replaces Font Awesome CDN */
.mj-icon {
  display: inline-block;
  width:  1em;
  height: 1em;
  vertical-align: -0.125em;  /* matches FA's baseline alignment */
  fill: currentColor;
}
.mj-icon.fa-lg  { width: 1.33em; height: 1.33em; }
.mj-icon.fa-2x  { width: 2em;    height: 2em; }
