/*
 * FontAwesome 5.15.4 最小サブセット — kanhome.net用
 * 使用アイコン14個のみ抽出
 * 元サイズ: ~12KB転送 → ~2KB
 */

/* === @font-face === */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fontawesome/webfonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fontawesome/webfonts/fa-brands-400.woff2") format("woff2");
}

/* === Base === */
.fas, .far, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/* === Icons (14) === */
.fa-building::before { content: "\f1ad"; }
.fa-bus-alt::before { content: "\f55e"; }
.fa-clock::before { content: "\f017"; }
.fa-comment::before { content: "\f075"; }
.fa-dollar-sign::before { content: "\f155"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-external-link-alt::before { content: "\f35d"; }
.fa-globe::before { content: "\f0ac"; }
.fa-home::before { content: "\f015"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-pagelines::before { content: "\f18c"; }
.fa-phone-square::before { content: "\f098"; }
.fa-thumbs-up::before { content: "\f164"; }
.fa-tint::before { content: "\f043"; }
