
@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');
}

@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');
}

body {
	font-family: 'NotoSansSC-Regular';
	font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.3px;
}

#termsHolder{
  font-family: 'NotoSans-Regular';
}

.pc-nav>li>a{
  font-family: 'NotoSansSC-Medium';
}

.navbar-nav li a {
  font-family: 'NotoSansSC-Medium';
  font-weight: 400;
}

#Languagechange2>a{
  font-family: 'NotoSans-Medium';
}


@media (max-width: 1200px){
  .navbar-nav li a{
    font-family: 'NotoSansSC-Medium';
    font-weight: 400;

  }

}


@media (max-width: 768px){
  footer,
  body {
    font-size: 16px;
    line-height: 24px;
  }
}