/* Font Awesome 4.7.0 - Minified core + alcune icone di esempio */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-home:before { content: "\f015"; }
.fa-user:before { content: "\f007"; }
.fa-star:before { content: "\f005"; }
.fa-gear:before, .fa-cog:before { content: "\f013"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-heart:before { content: "\f004"; }
.fa-book:before { content: "\f02d"; }
.fa-camera:before { content: "\f030"; }
.fa-car:before { content: "\f1b9"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-search:before { content: "\f002"; }
.fa-lock:before { content: "\f023"; }
.fa-globe:before { content: "\f0ac"; }
.fa-bell:before { content: "\f0f3"; }
.fa-calendar:before { content: "\f073"; }
.fa-cloud:before { content: "\f0c2"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
