:root {
  --background: 200 12% 95.098%;
  --foreground: 240 3.7037% 15.8824%;
  --card: 0 0% 100%;
  --card-foreground: 240 3.7037% 15.8824%;
  --popover: 252 100% 99.0196%;
  --popover-foreground: 240 3.7037% 15.8824%;
  --primary: 250.6931 58.3815% 66.0784%;
  --primary-foreground: 0 0% 100%;
  --secondary: 234 100% 96.0784%;
  --secondary-foreground: 250.6931 58.3815% 66.0784%;
  --muted: 252 100% 99.0196%;
  --muted-foreground: 221.0526 8.0851% 46.0784%;
  --accent: 236 100% 97.0588%;
  --accent-foreground: 240 3.7037% 15.8824%;
  --destructive: 0 100% 68.0392%;
  --destructive-foreground: 0 0% 98.0392%;
  --border: 234 100% 96.0784%;
  --input: 197.1429 7.2165% 80.9804%;
  --ring: 250.6931 58.3815% 66.0784%;
  --radius: 0.5rem;
  --chart-1: 250.6931 58.3815% 66.0784%;
  --chart-2: 141.8571 76.087% 36.0784%;
  --chart-3: 45.2018 93.3054% 46.8627%;
  --chart-4: 217.0968 91.1765% 60%;
  --chart-5: 270.989 81.25% 56.0784%;
  --sidebar: 0 0% 100%;
  --sidebar-foreground: 0 0% 45.8824%;
  --sidebar-primary: 0 0% 100%;
  --sidebar-primary-foreground: 250.6931 58.3815% 66.0784%;
  --sidebar-accent: 234 100% 96.0784%;
  --sidebar-accent-foreground: 240 3.7037% 15.8824%;
  --sidebar-border: 170.5263 44.8819% 24.902%;
  --sidebar-ring: 250.6931 58.3815% 66.0784%;
  --font-sans: Inter, system-ui, sans-serif;
  --font-serif: var(--font-noto-serif-hk), Merriweather, serif;
  --font-mono: JetBrains Mono, monospace;
  --success: 141.8571 76.087% 36.0784%;
  --success-foreground: 210 40% 98%;
  --warning: 45.2018 93.3054% 46.8627%;
  --warning-foreground: 222.2 47.4% 11.2%;
}

.dark {
  --background: 210 13.3333% 5.8824%;
  --foreground: 30 44.4444% 92.9412%;
  --card: 212.7273 18.0328% 11.9608%;
  --card-foreground: 30 44.4444% 92.9412%;
  --popover: 217.5 17.3913% 18.0392%;
  --popover-foreground: 30 44.4444% 92.9412%;
  --primary: 250.6931 58.3815% 66.0784%;
  --primary-foreground: 0 0% 100%;
  --secondary: 217.5 17.3913% 18.0392%;
  --secondary-foreground: 30 44.4444% 92.9412%;
  --muted: 217.5 17.3913% 18.0392%;
  --muted-foreground: 0 0% 63.1373%;
  --accent: 217.8947 16.8142% 22.1569%;
  --accent-foreground: 30 44.4444% 92.9412%;
  --destructive: 0 100% 73.9216%;
  --destructive-foreground: 210 40% 98.0392%;
  --border: 217.2414 32.5843% 17.451%;
  --input: 217.2414 32.5843% 17.451%;
  --ring: 212.7273 26.8293% 83.9216%;
  --chart-1: 250.7865 58.1699% 70%;
  --chart-2: 141.9876 70.3057% 44.902%;
  --chart-3: 45 93.4579% 58.0392%;
  --chart-4: 217.037 91.0112% 65.098%;
  --chart-5: 271.0345 81.0056% 64.902%;
  --sidebar: 212.7273 18.0328% 11.9608%;
  --sidebar-foreground: 0 0% 70.1961%;
  --sidebar-primary: 0 0% 100%;
  --sidebar-primary-foreground: 250.6931 58.3815% 66.0784%;
  --sidebar-accent: 217.5 17.3913% 18.0392%;
  --sidebar-accent-foreground: 0 0% 100%;
  --sidebar-border: 170.5263 44.8819% 24.902%;
  --sidebar-ring: 212.7273 26.8293% 83.9216%;
  --font-sans: Inter, system-ui, sans-serif;
  --font-serif: var(--font-noto-serif-hk), Merriweather, serif;
  --font-mono: JetBrains Mono, monospace;
  --success: 141.9876 70.3057% 44.902%;
  --success-foreground: 210 40% 98%;
  --warning: 45 93.4579% 58.0392%;
  --warning-foreground: 210 40% 98%;
}
