/* Pretendard 폰트 - 최적화된 로딩 */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/woff2/PretendardVariable.woff2') format('woff2-variations');
}

/* 폰트 변수 덮어쓰기 */
:root {
  --body-font: "Pretendard Variable", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  --header-font: "Pretendard Variable", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

/* 헤더 폰트 굵기 조정 */
h1, h2, h3, h4, h5, h6,
.navbar-brand,
.navbar-nav .nav-link {
  font-weight: 700;
}

/* 접근성: post-meta 색상 대비 개선 */
.post-preview .post-meta,
.post-heading .post-meta {
  color: #616161 !important; /* Material Design - 충분한 대비 */
}
