@font-face {
  font-family: 'NotoSans-Regular';
  src: url('../fonts/NotoSans-Regular.woff') format('woff');
}

@font-face {
  font-family: 'NotoSans-Medium';
  src:url('../fonts/NotoSans-Medium.woff') format('woff');
}

@font-face {
  font-family: 'NotoSans-Bold';
  src:url('../fonts/NotoSans-Bold.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansSC-Regular';
  src: url('../fonts/NotoSansSC-Regular.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansSC-Medium';
  src:url('../fonts/NotoSansSC-Medium.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansSC-Bold';
  src:url('../fonts/NotoSansSC-Bold.woff') format('woff');
}

body {
	font-family: 'NotoSans-Regular';
	font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.3px;
}

.pc-nav>li>a{
  font-family: 'NotoSans-Medium';
}

#Languagechange2>a{
  font-family: 'NotoSansSC-Medium';
}

@media (max-width: 1200px){
  .navbar-nav li a{
    font-family: 'NotoSans-Medium';
    font-weight: 400;
  }
}



@media (max-width: 768px){
  footer,
  body {
    font-size: 16px;
    line-height: 24px;
  }
}