/* css/font.css */

@font-face {
    font-family: 'SUIT Variable';
    /* 가변 폰트는 두께의 범위를 100부터 900까지 지정합니다 */
    font-weight: 100 900; 
    font-display: swap;
    src: url('/font/SUIT-Variable.woff2') format('woff2-variations'),
         url('/font/SUIT-Variable.woff2') format('woff2'); /* 하위 호환성 */
}

html {
  font-size: 62.5%;
}
body {
  font-family: 'SUIT Variable', sans-serif;
  line-height: 1;
  font-size: 1.6rem;
  color: #333;
}
body button {
  font-family: "SUIT Variable", sans-serif;
}