/*
 * Font Awesome Free 6 ミニマルサブセット（自前ホスト）
 * - 利用アイコン: globe(solid), x-twitter / instagram / facebook-f / line (brands)
 * - License: Font Awesome Free 6 (Icons: CC BY 4.0, Fonts: SIL OFL 1.1)
 *   https://fontawesome.com/license/free
 */

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/fontawesome/fa-brands-400.woff2') format('woff2');
}

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

.fa,
.fa-brands,
.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;
}

.fa-brands { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }
.fa-solid  { font-family: 'Font Awesome 6 Free';   font-weight: 900; }

.fa-globe::before        { content: "\f0ac"; }
.fa-x-twitter::before    { content: "\e61b"; }
.fa-instagram::before    { content: "\f16d"; }
.fa-facebook-f::before   { content: "\f39e"; }
.fa-line::before         { content: "\f3c0"; }

/* スクリーンリーダー専用ラベル */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
