@font-face {
  font-family: 'NotoSansSCBold';
  src: url('../font/NotoSansSC-Bold.otf');
}

@font-face {
  font-family: 'NotoSansSCMedium';
  src: url('../font/NotoSansSC-Medium.otf');
}

@font-face {
  font-family: 'NotoSansSCRegular';
  src: url('../font/NotoSansSC-Regular.otf');
}

html body, p {
  font-family: 'NotoSansSCRegular';
}

#section-1 .container-fluid h1 {
  font-family: 'NotoSansSCRegular';
}

h1, h2, h3, h4, h5, h6, .testFont {
  font-family: 'NotoSansSCBold'; 
}