/* ===== Font Awesome Min – SOLID ===== */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/common/fa/webfonts/fa-solid-900.woff2") format("woff2");
}

/* ===== Font Awesome Min – BRANDS ===== */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("/common/fa/webfonts/fa-brands-400.woff2") format("woff2");
}

/* ===== Base classes ===== */
.fa,
.fas,
.fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* ===== SOLID icons ===== */
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* ===== BRANDS icons ===== */
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* ===== Icons in use ===== */

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

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

/* WhatsApp */
.fa-whatsapp:before {
  content: "\f232";
}

/* Facebook */
.fa-facebook:before {
  content: "\f39e";
}

/* LinkedIn */
.fa-linkedin:before {
  content: "\f0e1";
}

/* YouTube */
.fa-youtube:before {
  content: "\f167";
}

/* LINE (for Japanese only) */
.fa-line:before {
  content: "\f3c0";
}
