/* Font Awesome 6.1.1 の必要最小サブセット(2026-08-12 自前ホスト化)
 * 使用グリフ: fa-home(f015) / fa-arrow-circle-down(f0ab) / fa-expand(f065) / fa-external-link-alt(f35d)
 * および style.css の擬似要素 f133 f3c5 f0aa f105 f107 f0da
 * 元CSS(100KB)は使わず、必要な定義だけを手書き。フォント実体は同梱。 */
@font-face{
  font-family:"Font Awesome 6 Free";
  font-style:normal;font-weight:900;font-display:block;
  src:url("fa-webfonts/fa-solid-900.woff2") format("woff2");
}
/* style.css が参照している旧名も同じ実体に割り当てる(既存の擬似要素アイコンを維持) */
@font-face{
  font-family:"Font Awesome 5 Free";
  font-style:normal;font-weight:900;font-display:block;
  src:url("fa-webfonts/fa-solid-900.woff2") format("woff2");
}
.fa,.fas,.fa-solid{
  -moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;
  display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;
  font-family:"Font Awesome 6 Free";font-weight:900;
}
.fa-home:before{content:"\f015"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-expand:before{content:"\f065"}
.fa-external-link-alt:before{content:"\f35d"}
