/* assets/css/font.css */

@import "tailwindcss";

/* 프리텐다드 가변(Variable) 폰트 선언 */
@font-face {
  font-family: 'Pretendard-VF';
  src: url('../font/PretendardVariable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* SUIT 가변(Variable) 폰트 선언 */
@font-face {
  font-family: 'SUIT-VF';
  src: url('../font/SUIT-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* 웹사이트의 기본 본문 폰트 전체 선언 */
body {
  font-family: 'Pretendard-VF', -apple-system, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

/* @theme {
  --font-sans: 'Pretendard-VF', -apple-system, sans-serif;
} */