/* 冬青黑体 W4（已裁剪成只含「装修中」三个字，1KB 出头） */
@font-face {
  font-family: "DongQing W4";
  src: url("fonts/zhuangxiu.woff2") format("woff2"),
       url("fonts/zhuangxiu.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f2e2;
  color: #2a241b;
  font-family: "DongQing W4", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  font-size: clamp(26px, 6vw, 46px);
  font-weight: 400;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  /* 比 W4 加粗一小格：笔画稍稍加厚，不动字形骨架 */
  -webkit-text-stroke: 0.5px #2a241b;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0;
}
