/* css/variables.css */

/* Brand Colors (Tailwind Override & Custom) */

/* --- Green (Creator) Base --- */
.text-green-brand { color: #10B981 !important; } 
.bg-green-brand { background-color: #10B981 !important; } 
.border-green-brand { border-color: #10B981 !important; }

/* --- Blue (Analyst) Base --- */
.text-blue-brand { color: #3B82F6 !important; } 
.bg-blue-brand { background-color: #3B82F6 !important; } 
.border-blue-brand { border-color: #3B82F6 !important; }

/* --- Orange (Maker) Base --- */
.text-orange-brand { color: #F97316 !important; } 
.bg-orange-brand { background-color: #F97316 !important; } 
.border-orange-brand { border-color: #F97316 !important; }

/* Red (Pioneer) - Rose 600 */
.text-red-brand { color: #E11D48 !important; }
.bg-red-brand { background-color: #E11D48 !important; }
.border-red-brand { border-color: #E11D48 !important; }

/* Yellow (Partner) - Yellow 700 */
.text-yellow-brand { color: #CA8A04 !important; }
.bg-yellow-brand { background-color: #CA8A04 !important; }
.border-yellow-brand { border-color: #CA8A04 !important; }

/* Orange (Maker) - Orange 600 (필요 시 수정, 기존 500도 무방하나 통일감 위해) */
.text-orange-brand { color: #EA580C !important; }
.bg-orange-brand { background-color: #EA580C !important; }
.border-orange-brand { border-color: #EA580C !important; }