@charset "utf-8";
/*
 * Noto Sans KR
 */
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(./fonts/NotoSans-Light.woff) format('woff'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(./fonts/NotoSans-Regular.woff) format('woff'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(./fonts/NotoSans-Medium.woff) format('woff');  
}
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 700; 
  src: url(./fonts/NotoSans-Bold.woff) format('woff'); 
}

@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 900; 
  src: url(./fonts/NotoSans-Black.woff) format('woff'); 
}
