@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
* {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 300;
    font-style: normal;
    src: url('/assets/fonts/EsaManruLight.woff2') format('woff2'),
        url('/assets/fonts/EsaManruLight.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'EsaManru';
    font-weight: 500;
    font-style: normal;
    src: url('/assets/fonts/EsaManruMedium.woff2') format('woff2'),
        url('/assets/fonts/EsaManruMedium.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'EsaManru';
    font-weight: 700;
    font-style: normal;
    src: url('/assets/fonts/EsaManruBold.woff2') format('woff2'),
        url('/assets/fonts/EsaManruBold.woff') format('woff');
    font-display: swap;
}

strong, b, h4, h5, dt, th, .caption {font-family:Pretendard, dotum, gulim !important; font-weight:700 !important;}
strong.eb, b.eb, .eb {font-family:Pretendard, dotum, gulim !important; font-weight:700 !important;}