/*!
 * Minimal Font Awesome CSS - Custom build for Monstera Design Co.
 * Contains only the 14 icons used on the site
 * Based on Font Awesome Free 7.1.0
 */

/* Font Face Declarations */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}

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

/* Base Icon Styles */
.fa, .fa-solid, .fa-brands, .fas, .fab {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-solid, .fas {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

.fa-brands, .fab {
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
}

/* Icon Definitions - Solid Icons */
.fa-angles-down::before {
  content: "\f103";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-phone::before {
  content: "\f095";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

/* Icon Definitions - Brand Icons */
.fa-facebook::before {
  content: "\f09a";
}

.fa-instagram::before {
  content: "\f16d";
}

.fa-bluesky::before {
  content: "\e671";
}
