/*
 * SUIT — https://sun.fo/suit/
 * SIL Open Font License 1.1 (동봉된 LICENSE.txt 참조)
 *
 * Variable 폰트 한 벌로 100~900 굵기를 모두 낸다.
 * 정적 파일 2~3벌만 넣으면 Bootstrap 이 쓰는 500·600 굵기를 브라우저가 합성해
 * 가짜 볼드로 렌더하므로 Variable 을 쓴다.
 */
@font-face {
  font-family: 'SUIT';
  src: url('/fonts/suit/SUIT-Variable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
