/* Pretendard — the primary UI typeface used by SpaceVision dashboard.
   Copied from the dashboard codebase (public/fonts/pretendard-subset.css).
   License: SIL Open Font License 1.1 — https://github.com/orioncactus/pretendard
*/

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src: local('Pretendard Regular'),
    url('./Pretendard-Regular.subset.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src: local('Pretendard Bold'),
    url('./Pretendard-Bold.subset.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: swap;
  src: local('Pretendard ExtraBold'),
    url('./Pretendard-ExtraBold.subset.woff2') format('woff2');
}
