﻿@charset "utf-8";

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/notokr/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/notokr/NotoSansKR-DemiLight.otf) format('opentype');
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/notokr/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/notokr/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/notokr/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/notokr/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/notokr/NotoSansKR-Black.otf) format('opentype');
}
