:root {
  --wh-font: Inter, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --wh-ink: #172033;
  --wh-muted: #667085;
  --wh-line: #dbe3ef;
  --wh-soft-line: #edf1f7;
  --wh-bg: #f4f7fb;
  --wh-surface: #ffffff;
  --wh-primary: #167a77;
  --wh-primary-dark: #0f5f5d;
  --wh-blue: #2563d9;
  --wh-green: #1c9b6b;
  --wh-amber: #c97712;
  --wh-danger: #c83d3d;
}

.icon-sprite {
  display: none;
}

.workhub-body,
.workhub-mobile-body {
  font-family: var(--wh-font);
  color: var(--wh-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.workhub-body svg,
.workhub-mobile-body svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
