@mixin font-awesome($icon) {
  content: $icon;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
}
