/* 少量自定义样式，主要样式由 Tailwind CDN 提供 */
* {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

pre {
  font-family: "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
}

/* 滚动条美化 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}

[x-cloak] {
  display: none !important;
}
