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

@font-face {
  font-family: "EDQMEM Font Awesome Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/edqmem-regular-400.woff2") format("woff2");
}

.fa-brands,
.fa-regular {
  display: inline-block;
  width: 1.25em;
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-brands {
  font-family: "EDQMEM Font Awesome Brands";
}

.fa-regular {
  font-family: "EDQMEM Font Awesome Regular";
}

.fa-brands::before,
.fa-regular::before {
  content: var(--fa);
}

.fa-square-linkedin {
  --fa: "\e7d0";
}

.fa-apple {
  --fa: "\f179";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-download {
  --fa: "\f019";
}

.fa-arrow-left {
  --fa: "\f060";
}

.fa-arrow-right {
  --fa: "\f061";
}
