.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa::before,
.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before {
  display: block;
  font-family: "Segoe UI Symbol", "Noto Sans Symbols 2", "Noto Sans Symbols", "Apple Color Emoji", sans-serif;
  font-weight: 400;
}

.fa-map-pin::before { content: "\1F4CD"; }
.fa-chevron-left::before { content: "\2039"; }
.fa-chevron-right::before { content: "\203A"; }
.fa-chevron-down::before { content: "\2304"; }
.fa-heart::before { content: "\2665"; }
.fa-wand-magic-sparkles::before { content: "\2726"; }
.fa-arrow-right::before { content: "\2192"; }
.fa-circle::before { content: "\2022"; }
