@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(/fonts/static/NotoSansKR/eot/NotoSansKR-Regular-Hestia.eot),
    url(/fonts/static/NotoSansKR/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/fonts/static/NotoSansKR/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
    url(/fonts/static/NotoSansKR/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
    url(/fonts/static/NotoSansKR/eot/NotoSansKR-Medium-Hestia.eot),
    url(/fonts/static/NotoSansKR/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/fonts/static/NotoSansKR/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
    url(/fonts/static/NotoSansKR/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url(/fonts/static/NotoSansKR/eot/NotoSansKR-Bold-Hestia.eot),
    url(/fonts/static/NotoSansKR/eot/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
    url(/fonts/static/NotoSansKR/woff/NotoSansKR-Bold-Hestia.woff) format('woff'),
    url(/fonts/static/NotoSansKR/otf/NotoSansKR-Bold-Hestia.otf) format('opentype');
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/static/Roboto/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('/fonts/static/Roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/static/Roboto/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/static/Roboto/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/static/Roboto/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/static/Roboto/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/static/Roboto/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('/fonts/static/Roboto/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/static/Roboto/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/static/Roboto/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/static/Roboto/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/static/Roboto/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}