html {
  font-family: 'Pretendard Variable';
  font-size: 62.5%;
}

body {
  font-family: 'Pretendard Variable';
  font-size: 1.7rem;
}

/* 구로톡에 적용되던 부분이어서 추가
https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  font-family: 'Pretendard Variable';
  font-size: 1.7rem;
}
