@charset "UTF-8";
@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: Pretendard;
    src:
        local('Pretendard'),
        url("/styles/fonts/Pretendard-Bold.woff2") format('woff2'),
        url("/styles/fonts/Pretendard-Bold.woff") format('woff');
    font-display: swap;
}
@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: Pretendard;
    src:
        local('Pretendard'),
        url("/styles/fonts/Pretendard-Regular.woff2") format('woff2'),
        url("/styles/fonts/Pretendard-Regular.woff") format('woff');
    font-display: swap;
}
