@font-face {
  font-family: "LoraBoldItalic";
  src: url("../../fonts/Lora-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: "SourceHanSansSC";
  src: url("../../fonts/SourceHanSansSC-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  background: #07040c;
  color: #eee7d8;
  font-family: var(--combat-font-family);
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
