/* Font Awesome 6 — 使用アイコンのみ最小版 */

@font-face {
  font-family: 'FA6Solid';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/assets/fonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'FA6Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/assets/fonts/fa-brands-400.woff2') format('woff2');
}

.fas, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
}

.fas { font-family: 'FA6Solid'; }
.fab { font-family: 'FA6Brands'; font-weight: 400; }

/* 使用アイコンのみ */
.fa-phone::before          { content: "\f095"; }
.fa-calculator::before     { content: "\f1ec"; }
.fa-clipboard-check::before{ content: "\f46c"; }
.fa-paper-plane::before    { content: "\f1d8"; }
.fa-check-circle::before   { content: "\f058"; }
.fa-line::before           { content: "\f3c0"; }
