@font-face {
    font-family: 'poppins-regular-webfont';
    src: url('../font/poppins-regular-webfont.woff2') format('woff2'),
    url('../font/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-extra-bold';
    src: url('../font/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../font/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('../font/NanumBarunGothic.woff2') format('woff2'),
    url('../font/NanumBarunGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}