      @font-face {
          font-family: 'Jetbrains Mono';
          src: url('fonts/JetbrainsMono-Regular.woff2') format('woff2');
          font-weight: 400;
      }

      @font-face {
          font-family: 'Jetbrains Mono';
          src: url('fonts/JetbrainsMono-Thin.woff2') format('woff2');
          font-weight: 200;
      }

      @font-face {
          font-family: 'Source Han Serif SC';
          src: url('fonts/SourceHanSerifSC-Regular.otf') format('opentype');
          font-weight: 400;
      }

      @font-face {
          font-family: 'Source Han Serif SC';
          src: url('fonts/SourceHanSerifSC-ExtraLight.otf') format('opentype');
          font-weight: 200;
      }

      a {
          color: #2e2e2e;
          text-decoration: none;
      }

      p {
          font-weight: 200;
          font-size: 20px;
          color: #505050;
      }

      body {
          font-family: 'Source Han Serif SC', 'Jetbrains Mono', serif;
          background-color: #090909;
          color: #989898;
          font-size: 12px;
          font-display: swap;
          font-weight: 200;
      }

      mark {
          background-color: rgb(48, 87, 88);
      }
