/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard GOV.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
    font-family: 'Pretendard GOV';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard GOV Black'),
        url('/common/v2026/font/woff2/PretendardGOV-Black.woff2') format('woff2'),
        url('/common/v2026/font/woff/PretendardGOV-Black.woff') format('woff');
}

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

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

@font-face {
    font-family: 'Pretendard GOV';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard GOV SemiBold'),
        url('/common/v2026/font/woff2/PretendardGOV-SemiBold.woff2') format('woff2'),
        url('/common/v2026/font/woff/PretendardGOV-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard GOV';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard GOV Medium'),
        url('/common/v2026/font/woff2/PretendardGOV-Medium.woff2') format('woff2'),
        url('/common/v2026/font/woff/PretendardGOV-Medium.woff') format('woff');
}

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

@font-face {
    font-family: 'Pretendard GOV';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard GOV Light'),
        url('/common/v2026/font/woff2/PretendardGOV-Light.woff2') format('woff2'),
        url('/common/v2026/font/woff/PretendardGOV-Light.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard GOV';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard GOV ExtraLight'),
        url('/common/v2026/font/woff2/PretendardGOV-ExtraLight.woff2') format('woff2'),
        url('/common/v2026/font/woff/PretendardGOV-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard GOV';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard GOV Thin'),
        url('/common/v2026/font/woff2/PretendardGOV-Thin.woff2') format('woff2'),
        url('/common/v2026/font/woff/PretendardGOV-Thin.woff') format('woff');
}

* {
    font-family:
        "Pretendard GOV",
        -apple-system,
        BlinkMacSystemFont,
        system-ui,
        Roboto,
        "Helvetica Neue",
        "Segoe UI",
        "Apple SD Gothic Neo",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif;
}

body {
    font-size: 16px;
    letter-spacing: -0.02em;
    color: var(--color-text-500, #33363d);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}