/* Generated from @jobclover/ui tokens.ts — do not hand-edit hex values here. */

:root,
[data-theme="dark"] {
  --font-display: 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  --radius: 0.5rem;
  --background: #16181D;
  --foreground: #F4F5F7;
  --card: #1B1E24;
  --card-foreground: #F4F5F7;
  --popover: #1B1E24;
  --popover-foreground: #F4F5F7;
  --primary: #34D399;
  --primary-foreground: #0C2A20;
  --secondary: #FF8F6B;
  --secondary-foreground: #2A140C;
  --muted: #17191E;
  --muted-foreground: #6B6E76;
  --accent: #17191E;
  --accent-foreground: #F4F5F7;
  --destructive: #FF8F6B;
  --destructive-foreground: #2A140C;
  --border: #22262D;
  --input: #262A31;
  --ring: #34D399;
  --sidebar: #111318;
  --sidebar-foreground: #F4F5F7;
  --text-secondary: #9A9DA6;
  --mint-text: #7FE7BE;
  --mint-tint-10: rgba(52,211,153,0.10);
  --mint-tint-12: rgba(52,211,153,0.12);
  --mint-tint-15: rgba(52,211,153,0.15);
  --mint-border: rgba(52,211,153,0.35);
  --ember-warning: #E8916B;
  --ember-warning-text: #C2A691;
  --ember-tint-10: rgba(255,107,74,0.10);
  --border-dashed: #2E2A26;
}

[data-theme="light"] {
  --background: #FBFAF7;
  --foreground: #1B1D21;
  --card: #FFFFFF;
  --card-foreground: #1B1D21;
  --popover: #FFFFFF;
  --popover-foreground: #1B1D21;
  --primary: #0D9468;
  --primary-foreground: #FFFFFF;
  --secondary: #D9502E;
  --secondary-foreground: #FFFFFF;
  --muted: #F7F5F0;
  --muted-foreground: #8A857C;
  --accent: #F7F5F0;
  --accent-foreground: #1B1D21;
  --destructive: #D9502E;
  --destructive-foreground: #FFFFFF;
  --border: #EFEDE6;
  --input: #EAE7DF;
  --ring: #0D9468;
  --sidebar: #F3F1EA;
  --sidebar-foreground: #1B1D21;
  --text-secondary: #83807A;
  --mint-text: #0D9468;
  --mint-tint-10: #E3F8EF;
  --mint-tint-12: #E3F8EF;
  --mint-tint-15: #0D9468;
  --mint-border: #A9E6CB;
  --ember-warning: #C2703F;
  --ember-warning-text: #8A6A52;
  --ember-tint-10: #FDEEE8;
  --border-dashed: #E0DACE;
}
