/* === AERIMS 폰트 정의 === */

/* Pretendard Variable — 100~900 전 굵기, 단일 파일 */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(font/PretendardVariable.woff2) format('woff2-variations');
}

/* Font Awesome 5 Free — 아이콘 (추후 UI 확장용) */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(font/fa-regular-400.woff2) format('woff2'),
       url(font/fa-regular-400.woff) format('woff');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(font/fa-solid-900.woff2) format('woff2'),
       url(font/fa-solid-900.woff) format('woff');
}
.far { font-family: 'Font Awesome 5 Free'; font-weight: 400 }
.fa, .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900 }
