@charset "utf-8";

@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-black.woff2') format('woff2'),
         url('../fonts/notosanskr-black.woff') format('woff');
    font-weight: 900;
    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-demilight.woff2') format('woff2'),
         url('../fonts/notosanskr-demilight.woff') format('woff');
    font-weight: normal;
    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: 200;
    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: 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: 300;
    font-style: normal;
}
@font-face {
    font-family: 'notokr';
    src: url('../fonts/notosanskr-thin.woff2') format('woff2'),
         url('../fonts/notosanskr-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}