@font-face {
  font-family: "Noto Sans SC";
  src: url("/static/fonts/NotoSansSC-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif SC";
  src: url("/static/fonts/NotoSerifSC-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

.desktop-media-security-banner {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10000;
  width: 100%;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(200, 138, 61, 0.4);
  background: #241d13;
  color: #f5d49b;
  font: 500 13px/1.5 "Noto Sans SC", "PingFang SC", sans-serif;
  text-align: center;
}

body.desktop-media-blocked {
  padding-top: 42px !important;
}
