/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard
Licensed under the SIL Open Font License, Version 1.1. https://scripts.sil.org/OFL

MDS 토큰(mds/tokens/index.css)의 폰트 스택 1순위는 Pretendard Variable(실서버 실측)인데
그 폰트 파일 자체를 로드하는 곳이 이 저장소 어디에도 없었다(로컬에 안 깔려 있으면 스택
2순위인 Figtree로 조용히 대체돼 보임, 2026-08-28 발견). 외부 CDN 대신 파일을 내려받아
이 폴더에 두고 로컬로 로드한다(demo/checks.list 검사 6이 workspace.html의 외부 http(s)
링크를 금지함, PPTX Import 데모는 오프라인에서도 열려야 함).
*/
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('assets/fonts/PretendardVariable.woff2') format('woff2-variations');
}
