/* Load core and required styles locally */
@import url('fontawesome.min.css');
@import url('solid.min.css');
@import url('regular.min.css');
@import url('brands.min.css');

/* Only keep used icons */

/* Solid icons */
.fa-bars:before { content: "\f0c9"; }
.fa-train:before { content: "\f238"; }
.fa-map-marked-alt:before { content: "\f5a0"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-chart-line:before { content: "\f201"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }

/* Regular icon */
.fa-envelope:before { content: "\f0e0"; }

/* Brands icons */
.fa-whatsapp:before { content: "\f232"; }
.fa-instagram:before { content: "\f16d"; }