@charset "utf-8";

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

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

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

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