/*!
 * Font Awesome Free 6.7.2 (subset: instagram, whatsapp, envelope)
 * Icons: CC BY 4.0 | Fonts: SIL OFL 1.1 | Code: MIT
 * https://fontawesome.com/license/free
 */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-brands-400.woff2") format("woff2");
}

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

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

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

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

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

.fa-instagram { --fa: "\f16d"; }
.fa-whatsapp { --fa: "\f232"; }
.fa-envelope { --fa: "\f0e0"; }

/*!
 * Simple Icons Font 15.6.0 (subset: xiaohongshu)
 * https://simpleicons.org
 */
@font-face {
  font-family: "Simple Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/SimpleIcons.woff2") format("woff2");
}

.si {
  font-style: normal;
  font-family: "Simple Icons", sans-serif;
  vertical-align: middle;
}

.si-xiaohongshu::before {
  content: "\f6b8";
}
