/**
 * Pretendard Variable - Local System Font Fallback
 * Original CDN fonts replaced with system font stack for offline operation
 */
@font-face {
  font-family: 'Pretendard Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 45 920;
  src: local('Pretendard Variable'), 
       local('Pretendard'),
       local('Apple SD Gothic Neo'),
       local('Malgun Gothic'),
       local('맑은 고딕'),
       local('Noto Sans KR'),
       local('Noto Sans CJK KR');
}
