@font-face {
  font-family: 'Font Awesome 5 Free';
  src:  url('fonts/suzuhiro.eot?80aaj4');
  src:  url('fonts/suzuhiro.eot?80aaj4#iefix') format('embedded-opentype'),
    url('fonts/suzuhiro.ttf?80aaj4') format('truetype'),
    url('fonts/suzuhiro.woff?80aaj4') format('woff'),
    url('fonts/suzuhiro.svg?80aaj4#suzuhiro') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Font Awesome 5 Free' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-times:before {
  content: "\f00d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-phone:before {
  content: "\f095";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-play:before {
  content: "\f04b";
}
.fa-circle-thin:before {
  content: "\f1db";
}