/* Gaucho Keys — minimal Font Awesome subset */
/* Generated from FA Free 7.0.0 — only icons actually used on this site */

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

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/webfonts/fa-brands-400.woff2') format('woff2');
}

.fas, .fab {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* === Icons used on gauchokeys.ca === */
.fas.fa-car::before        { content: '\e4dd'; }
.fas.fa-car-side::before   { content: '\f5e4'; }
.fas.fa-chevron-down::before { content: '\f078'; }
.fas.fa-envelope::before   { content: '\e4e8'; }
.fas.fa-key::before        { content: '\f084'; }
.fas.fa-lock::before       { content: '\f023'; }
.fas.fa-lock-open::before  { content: '\f3c1'; }
.fas.fa-map-marker-alt::before { content: '\f3c5'; }
.fas.fa-paper-plane::before { content: '\f1d8'; }
.fas.fa-phone-alt::before  { content: '\f879'; }
.fas.fa-phone-volume::before { content: '\f2a0'; }
.fab.fa-whatsapp::before   { content: '\f232'; }
