:root {
  --background: 162 49.1% 56.1%;
  --foreground: 130.4 41.1% 43.9%;
  --card: 153.5 35.8% 42.2%;
  --card-foreground: 54.7 48.9% 36.1%;
  --popover: 84.2 60% 47.1%;
  --popover-foreground: 50.2 57.6% 50%;
  --primary: 0 75.2% 49%;
  --primary-foreground: 0 24% 35.1%;
  --secondary: 252 31.5% 28%;
  --secondary-foreground: 0 46.7% 42%;
  --muted: 44.1 66.2% 29%;
  --muted-foreground: 181.5 58% 27.1%;
  --accent: 302.4 30.1% 51.2%;
  --accent-foreground: 28.8 49% 30%;
  --destructive: 79 50.8% 23.1%;
  --destructive-foreground: 41.1 55.8% 39%;
  --border: 104.1 57.9% 41%;
  --input: 99.1 54.9% 40%;
  --ring: 35 65.6% 25.1%;
  --radius: 0.5rem;
  --chart-1: 0 55.3% 50%;
  --chart-2: 213.6 50% 32.9%;
  --chart-3: 0 54.8% 39%;
  --chart-4: 178.5 49.7% 31.2%;
  --chart-5: 15.2 32.2% 48%;
  --sidebar: 198.1 36.7% 39%;
  --sidebar-foreground: 227.6 36.2% 36.9%;
  --sidebar-primary: 120.7 48% 33.9%;
  --sidebar-primary-foreground: 315.9 29.1% 54.1%;
  --sidebar-accent: 264.3 42.5% 17.1%;
  --sidebar-accent-foreground: 183.7 46.8% 33.9%;
  --sidebar-border: 250 32.4% 29%;
  --sidebar-ring: 292.8 29.8% 44.1%;
  --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.0870% 36.0784%;
  --success-foreground: 210 40% 98%;
  --warning: 45.2018 93.3054% 46.8627%;
  --warning-foreground: 222.2 47.4% 11.2%;
}

.dark {
  --background: 162 49.1% 56.1%;
  --foreground: 130.4 41.1% 43.9%;
  --card: 153.5 35.8% 42.2%;
  --card-foreground: 54.7 48.9% 36.1%;
  --popover: 84.2 60% 47.1%;
  --popover-foreground: 50.2 57.6% 50%;
  --primary: 0 75.2% 49%;
  --primary-foreground: 0 24% 35.1%;
  --secondary: 252 31.5% 28%;
  --secondary-foreground: 0 46.7% 42%;
  --muted: 44.1 66.2% 29%;
  --muted-foreground: 181.5 58% 27.1%;
  --accent: 302.4 30.1% 51.2%;
  --accent-foreground: 28.8 49% 30%;
  --destructive: 79 50.8% 23.1%;
  --destructive-foreground: 41.1 55.8% 39%;
  --border: 104.1 57.9% 41%;
  --input: 99.1 54.9% 40%;
  --ring: 35 65.6% 25.1%;
  --chart-1: 0 55.3% 50%;
  --chart-2: 213.6 50% 32.9%;
  --chart-3: 0 54.8% 39%;
  --chart-4: 178.5 49.7% 31.2%;
  --chart-5: 15.2 32.2% 48%;
  --sidebar: 198.1 36.7% 39%;
  --sidebar-foreground: 227.6 36.2% 36.9%;
  --sidebar-primary: 120.7 48% 33.9%;
  --sidebar-primary-foreground: 315.9 29.1% 54.1%;
  --sidebar-accent: 264.3 42.5% 17.1%;
  --sidebar-accent-foreground: 183.7 46.8% 33.9%;
  --sidebar-border: 250 32.4% 29%;
  --sidebar-ring: 292.8 29.8% 44.1%;
  --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.9020%;
  --success-foreground: 210 40% 98%;
  --warning: 45 93.4579% 58.0392%;
  --warning-foreground: 210 40% 98%;
}
