/* fa-sprite.css — hide original FA ::before when using SVG sprite */
[class*="fa-"]::before { display: none !important; }
.fa-icon { display:inline-flex; align-items:center; justify-content:center; width:1em; height:1em; vertical-align:-0.1em; fill:currentColor; }
