@font-face {
  font-family: 'FontAwesome';
  src:
    url('/files/layout/fonts/fontawesome/FontAwesome.ttf') format('truetype'),
    url('/files/layout/fonts/fontawesome/FontAwesome.woff') format('woff'),
    url('/files/layout/fonts/fontawesome/FontAwesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'FontAwesome' !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-print:before {
  content: "\f02f";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-twitter1:before {
  content: "\f099";
}
.fa-facebook1:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-contao:before {
  content: "\f26d";
}
