@font-face {
  font-family: "Noto Sans";
  src: url("../fonts/Noto/NotoSansSC-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;


}

@font-face {
  font-family: "Noto Sans-SemiBold";
  src: url("../fonts/Noto/NotoSansSC-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;


}

@font-face {
  font-family: "Noto Sans-bold";
  src: url("../fonts/Noto/NotoSansSC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;


}

@font-face {
  font-family: "Noto Sans-regular";
  src: url("../fonts/Noto/NotoSansSC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

html,
body,
p,.p {
  font-family: "Noto Sans-regular";
  font-weight: 400;
  font-size: 16px;
  color: #4B4B4B;
  line-height: 1.5;
}
p.text-center,
.text-center p {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

h1,
.h1 {
    font-family: "Noto Sans-bold";
  font-weight: 700;
  font-size: 50px;
  color: #000;
}
h2,
.h2 {
    font-family: "Noto Sans-SemiBold";
  font-weight: 600;
  font-size: 35px;
  color: #3B3B3B;
}
h3,
.h3 {
  font-family: "Noto Sans-SemiBold";
  font-weight: 600;
  font-size: 30px;
  color: #3B3B3B;
  line-height: 1.3;
}
h4,
.h4 {
  font-family: "Noto Sans-SemiBold";
  font-weight: 600;
  font-size: 20px;
  color: #3B3B3B;
}
h5,
.h5 {
  font-family: "Noto Sans-medium";
  font-weight: 500;
  font-size: 18px;
  color: #4B4B4B;
}
h6,
.h6 {
  font-family: "Noto Sans-SemiBold";
  font-weight: 600;
  font-size: 16px;
  color: #4B4B4B;
}

small,
.sm-text {
  font-family: "Noto Sans-regular";
  font-weight: 400;
  font-size: 14px;
  color: #4B4B4B;
}