/* Minimal icon styles - replaces fontawesome-all.min.css (170KB) with inline icons */
/* Used icons: fa-bars, fa-times, fa-plus (Font Awesome Light) */
.fal { font-style: normal; display: inline-block; font-family: sans-serif; }
.fal::before { font-family: inherit; }
.fal.fa-bars::before { content: '\2630'; font-size: 20px; }
.fal.fa-times::before { content: '\2715'; font-size: 20px; }
.fal.fa-plus::before { content: '+'; font-size: 20px; font-weight: bold; }