﻿@charset "UTF-8";

/*노토산스(본고딕)*/

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-thin.woff2') format('woff2'),
         url('../fonts/notosanskr-thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-light.woff2') format('woff2'),
         url('../fonts/notosanskr-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-demilight.woff2') format('woff2'),
         url('../fonts/notosanskr-demilight.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-regular.woff2') format('woff2'),
         url('../fonts/notosanskr-regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-medium.woff2') format('woff2'),
         url('../fonts/notosanskr-medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-bold.woff2') format('woff2'),
         url('../fonts/notosanskr-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-black.woff2') format('woff2'),
         url('../fonts/notosanskr-black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

