@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('fa-solid-900.woff2') format('woff2');
}

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* Basic Font Awesome icons used in the project */
.fa-plus-circle:before { content: "\f055"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-moon:before { content: "\f186"; }
.fa-sun:before { content: "\f185"; }
.fa-save:before { content: "\f0c7"; }
.fa-folder:before { content: "\f07b"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-list:before { content: "\f03a"; }
.fa-list-alt:before { content: "\f022"; }
.fa-edit:before { content: "\f044"; }
.fa-trash-alt:before { content: "\f2ed"; }
.fa-plus:before { content: "\f067"; }
.fa-copy:before { content: "\f0c5"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-times:before { content: "\f00d"; }