/*!
 * Font Awesome Pro 5.0.1 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff") format("woff"); 
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff") format("woff"); 
}

.fa {
  font-family: 'FontAwesome';
  font-weight: 400; 
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; 
}
