/* Custom brand utilities to replace Tailwind CDN config overrides */
.text-brand { color: #CCFF00; }
.bg-brand { background-color: #CCFF00; }
.border-brand { border-color: #CCFF00; }
.bg-brand\/10, .bg-brand\/5 { background-color: rgba(204, 255, 0, 0.1); }
.bg-brand\/20 { background-color: rgba(204, 255, 0, 0.2); }
.hover\:text-brand:hover { color: #CCFF00; }
.hover\:bg-brand:hover { background-color: #CCFF00; }
.hover\:bg-brand\/10:hover { background-color: rgba(204, 255, 0, 0.1); }
.ring-brand { --tw-ring-color: #CCFF00; }
.text-surface { color: #1a1a1a; }
.bg-surface { background-color: #1a1a1a; }
.bg-card { background-color: #1e1e1e; }
.border-border { border-color: #2a2a2a; }
.font-work { font-family: 'Work Sans', sans-serif; }
.font-inter { font-family: 'Inter', sans-serif; }
