/* Self-hosted landing font bundle
 * Link this file before the existing landing styles when template edits are allowed.
 */

@font-face {
    font-family: 'Pretendard';
    src: url('/static/fonts/PretendardLanding-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: 400 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('/static/fonts/PretendardLanding-Bold.woff2') format('woff2');
    font-style: normal;
    font-weight: 600 800;
    font-display: swap;
}

:root {
    --landing-font-sans: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --landing-font-display: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}
