@charset "utf-8";

/* Pretendard 폰트 설정 */
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.subset.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.subset.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.subset.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 기본 폰트 지정 */
body {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

input,
textarea,
select,
button {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}
