/* 최적화된 Font Awesome - 필요한 아이콘만 포함 */
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"),
       url("../webfonts/fa-regular-400.ttf") format("truetype");
}

.fa,
.fa-regular,
.far {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
} 