@import url("font-awesome.min.css");

/* Modern font sources only. This declaration overrides the legacy EOT/SVG
   sources from Font Awesome 4 while preserving the existing icon classes. */
@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"),
       url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
