body {
      background-color: #F7F5F0;
      color: #1A1816;
      font-family: "Songti SC", "STSong", "Noto Serif SC", "Source Han Serif SC", SimSun, serif;
      -webkit-font-smoothing: antialiased;
    }

    .paper-texture {
      background-color: #F7F5F0;
      background-image: radial-gradient(rgba(26, 24, 22, 0.035) 1px, transparent 0);
      background-size: 20px 20px;
    }

    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }

    .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
