@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/webfonts/fa-solid-900.woff2') format('woff2');
}

.fa, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-clock:before       { content: "\f017"; }
.fa-calendar:before    { content: "\f133"; }
.fa-eye:before         { content: "\f06e"; }
.fa-download:before    { content: "\f019"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-thumbs-up:before   { content: "\f164"; }
.fa-thumbs-down:before { content: "\f165"; }
