@charset "utf-8";

/* Noto Sans KR ================================================== */
@font-face {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-style: normal;
    src: url("/static/fonts/NotoSans/NotoSans-Regular.eot?") format("eot"),
    url("/static/fonts/NotoSans/NotoSans-Regular.woff2") format("woff2"),
    url("/static/fonts/NotoSans/NotoSans-Regular.woff") format("woff"),
    url("/static/fonts/NotoSans/NotoSans-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 500;
    font-style: normal;
    src: url("/static/fonts/NotoSans/NotoSans-Medium.eot?") format("eot"),
    url("/static/fonts/NotoSans/NotoSans-Medium.woff2") format("woff2"),
    url("/static/fonts/NotoSans/NotoSans-Medium.woff") format("woff"),
    url("/static/fonts/NotoSans/NotoSans-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 700;
    font-style: normal;
    src: url("/static/fonts/NotoSans/NotoSans-Bold.eot?") format("eot"),
    url("/static/fonts/NotoSans/NotoSans-Bold.woff2") format("woff2"),
    url("/static/fonts/NotoSans/NotoSans-Bold.woff") format("woff"),
    url("/static/fonts/NotoSans/NotoSans-Bold.otf") format("opentype");
}