@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    src: url('/sfsites/c/resource/deRoboto/Roboto-Regular.ttf') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: url('/sfsites/c/resource/deRoboto/Roboto-Medium.ttf') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: bold;
    src: url('/sfsites/c/resource/deRoboto/Roboto-Bold.ttf') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    src: url('/sfsites/c/resource/deRoboto/Roboto-Black.ttf') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: normal;
    src: url('/sfsites/c/resource/deNotoSansRegular') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    src: url('/sfsites/c/resource/deNotoSansMedium') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: bold;
    src: url('/sfsites/c/resource/deNotoSansBold') format('woff');
}

html * {
    letter-spacing: -0.05em;
}

html, body,
html[lang="ko"],
html[lang="ko"] body {
    font-family: 'Noto Sans KR', sans-serif !important;
}
/* 잠시 적용안되게 주석 쳐놓음 */
/* html[lang="en-US"],
html[lang="en-US"] body {
    font-family: 'Roboto', sans-serif !important;
}*/