@font-face {
  font-family: "NotoSansHK";
  src: url("../fonts/Noto_Sans_HK/static/NotoSansHK-Black.ttf")
    format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "NotoSansHK";
  src: url("../fonts/Noto_Sans_HK/static/NotoSansHK-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "NotoSansHK";
  src: url("../fonts/Noto_Sans_HK/static/NotoSansHK-Bold.ttf")
    format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "NotoSansHK";
  src: url("../fonts/Noto_Sans_HK/static/NotoSansHK-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "NotoSansHK";
  src: url("../fonts/Noto_Sans_HK/static/NotoSansHK-Medium.ttf")
    format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "NotoSansHK";
  src: url("../fonts/Noto_Sans_HK/static/NotoSansHK-Regular.ttf")
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSansHK";
  src: url("../fonts/Noto_Sans_HK/static/NotoSansHK-Light.ttf")
    format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "NotoSansHK";
  src: url("../fonts/Noto_Sans_HK/static/NotoSansHK-ExtraLight.ttf")
    format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "NotoSansHK";
  src: url("../fonts/Noto_Sans_HK/static/NotoSansHK-Thin.ttf")
    format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/static/OpenSans-ExtraBold.ttf")
    format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/static/OpenSans-ExtraBold.ttf")
    format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/static/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/static/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/static/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/static/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/Open_Sans/static/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
}
