:root {
  --background: 220 43% 98%;
  --foreground: 0 0% 6%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 6%;
  --primary: 50 49% 49%;
  --primary-foreground: 0 0% 100%;
  --accent: 18 85% 50%;
  --accent-foreground: 0 0% 100%;
  --muted: 220 18% 94%;
  --muted-foreground: 220 3% 34%;
  --border: 217 18% 88%;
  --success: 101 90% 32%;
  --warning: 18 85% 50%;
  --destructive: 0 100% 40%;
  color-scheme: light;
  font-family:
    "PingFang TC", "Microsoft JhengHei", "Noto Sans TC", Inter, ui-sans-serif,
    system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

button,
input,
textarea {
  font: inherit;
}

::selection {
  background: hsl(var(--accent) / 0.18);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
