/*
 * Pretendard (self-hosted subset)
 * Source: https://github.com/orioncactus/pretendard
 * License: SIL Open Font License 1.1
 *
 * Subsets (KR + Latin) downloaded from jsdelivr at:
 *   https://cdn.jsdelivr.net/gh/orioncactus/pretendard/packages/pretendard/dist/web/static/woff2-subset/Pretendard-<Weight>.subset.woff2
 *
 * Only the 5 weights actually used by aviation-web are declared here.
 * `font-display: swap` so text renders in fallback immediately and re-paints
 * once the woff2 arrives — avoids FOIT during initial render.
 */

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

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'),
    url('../../../fonts/pretendard/Pretendard-Medium.subset.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'),
    url('../../../fonts/pretendard/Pretendard-SemiBold.subset.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'),
    url('../../../fonts/pretendard/Pretendard-Black.subset.woff2') format('woff2');
}
