@charset "UTF-8";

/* CoreDream */
@font-face{
    font-family:'CoreDream';
    font-weight: 400;
    src: url("./font/S-CoreDream-4Regular.woff2") format('woff2'),
    url("./font/S-CoreDream-4Regular.woff") format('woff');
}

@font-face{
    font-family:'CoreDream';
    font-weight: 500;
    src: url("./font/S-CoreDream-5.woff2") format('woff2'),
    url("./font/S-CoreDream-5.woff") format('woff');
}

@font-face{
    font-family:'CoreDream';
    font-weight: 600;
    src: url("./font/S-CoreDream-6Bold.woff2") format('woff2'),
    url("./font/S-CoreDream-6Bold.woff") format('woff');
}

@font-face{
    font-family:'CoreDream';
    font-weight: 900;
    src: url("./font/S-CoreDream-9Black.woff2") format('woff2');
}

/* jalnan */
@font-face {
    font-family: 'yg-jalnan';
    font-weight: normal;
    src: url('./font/JalnanOTF00.woff2') format('woff2'),
    url('./font/Jalnan.woff') format('woff');
}

/* ELAND */
@font-face {
    font-family: 'ELAND';
    src: url('./font/ELAND_Nice_M.woff') format('woff');
    font-weight: 400;
}