/* Noto Serif KR */
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-ExtraLight.woff') format('woff'),
       url('/font/NotoSerifKR-ExtraLight.woff2') format('woff2'),
       url('/font/NotoSerifKR-ExtraLight.otf') format('otf');
  font-style:  normal;
  font-weight: 200;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Light.woff') format('woff'),
       url('/font/NotoSerifKR-Light.woff2') format('woff2'),
       url('/font/NotoSerifKR-Light.otf') format('otf');
  font-style:  normal;
  font-weight: 300;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Regular.woff') format('woff'),
       url('/font/NotoSerifKR-Regular.woff2') format('woff2'),
       url('/font/NotoSerifKR-Regular.otf') format('otf');
  font-style:  normal;
  font-weight: 400;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Medium.woff') format('woff'),
       url('/font/NotoSerifKR-Medium.woff2') format('woff2'),
       url('/font/NotoSerifKR-Medium.otf') format('otf');
  font-style:  normal;
  font-weight: 500;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-SemiBold.woff') format('woff'),
       url('/font/NotoSerifKR-SemiBold.woff2') format('woff2'),
       url('/font/NotoSerifKR-SemiBold.otf') format('otf');
  font-style:  normal;
  font-weight: 600;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Bold.woff') format('woff'),
       url('/font/NotoSerifKR-Bold.woff2') format('woff2'),
       url('/font/NotoSerifKR-Bold.otf') format('otf');
  font-style:  normal;
  font-weight: 700;
}
@font-face {
  font-family: 'NotoSerifKR';
  src: url('/font/NotoSerifKR-Black.woff') format('woff'),
       url('/font/NotoSerifKR-Black.woff2') format('woff2'),
       url('/font/NotoSerifKR-Black.otf') format('otf');
  font-style:  normal;
  font-weight: 900;
}

.serif{font-family:'NotoSerifKR', serif !important}