:root {
  --xinanzhichu-cream: #fff8f0;
  --xinanzhichu-peach: #f6bd60;
  --xinanzhichu-rose: #f28482;
  --xinanzhichu-lilac: #b8a1d9;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}

::selection {
  color: #3e2f2d;
  background: rgba(246, 189, 96, 0.45);
}

img {
  height: auto;
}
