@font-face {
  font-family: "SystemOfflineCJK";
  src: url("/static/fonts/NISC18030.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SystemOfflineLatin";
  src: url("/static/fonts/Arial.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "SystemOfflineCJK", "SystemOfflineLatin", sans-serif;
  color: var(--color-text);
  background: radial-gradient(circle at 10% 0%, #dbeafe, transparent 40%),
    radial-gradient(circle at 90% 100%, #d1fae5, transparent 35%),
    var(--color-bg);
}
