@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


body {
  font-family: Pretendard !important;
/* 1. 자간 설정: -1% ~ -2%가 가장 적당합니다. */
  /* letter-spacing: -0.01em; */

  /* 2. 장평 설정: 웹에서는 가급적 100%를 권장합니다. */
  font-stretch: 100%;
}
