/* Minimal FontAwesome - Only icons used on the site */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../vendor/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"),
       url("../vendor/fontawesome-free/webfonts/fa-solid-900.woff") format("woff");
}

.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fa-3x {
  font-size: 3em;
}

/* Icons used on the site */
.fa-bars:before { content: "\f0c9"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-angle-up:before { content: "\f106"; }

/* Simple Line Icons - Only icons used */
@font-face {
  font-family: 'simple-line-icons';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../vendor/simple-line-icons/fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'),
       url('../vendor/simple-line-icons/fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff');
}

.icon-social-instagram,
.icon-game-controller {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-social-instagram:before { content: "\e609"; }
.icon-game-controller:before { content: "\e033"; }