@font-face {
  font-family: 'PretendardGOV';
  font-weight: 400;
  font-display: swap;
  src: 
    url('../fonts/PretendardGOV-Regular.subset.woff2') format('woff2'),
    url('../fonts/PretendardGOV-Regular.subset.woff') format('woff');
}

@font-face {
  font-family: 'PretendardGOV';
  font-weight: 500;
  font-display: swap;
  src: 
    url('../fonts/PretendardGOV-Medium.subset.woff2') format('woff2'),
    url('../fonts/PretendardGOV-Medium.subset.woff') format('woff');
}

@font-face {
  font-family: 'PretendardGOV';
  font-weight: 700;
  font-display: swap;
  src: 
    url('../fonts/PretendardGOV-Bold.subset.woff2') format('woff2'),
    url('../fonts/PretendardGOV-Bold.subset.woff') format('woff');
}

/* 폰트 사용 기본 설정 */
:root {
  --font-family-pretendard: 'PretendardGOV', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

body {
  font-family: var(--font-family-pretendard);
} 