/* ============================================================ COLOR VALUES REFERENCE ============================================================ */ /* Background colors */ --bg-primary: #000000; --bg-secondary: #000000; --bg-tertiary: #0d0d0d; --bg-active: #1a1a1a; /* Text colors */ --text-primary: #ffffff; --text-secondary: #a6a6a6; --text-tertiary: #666666; /* Border colors */ --border-primary: #737373; --border-secondary: #404040; /* Status colors */ --success: #5cd69d; --error: #f25a5a; --warning: #fbca51; /* Accent colors */ --accent-primary: #9557b5; --accent-secondary: #683d7f; --accent-foreground: #000000; --accent-muted: #25162d;