--sunrise-orange: #FF9D00;
--warm-orange: #FF6B00;
--hot-pink: #FF0066; /* PRIMARY BRAND COLOR */
--electric-magenta: #FF006B;
--deep-magenta: #D600AA;
--vivid-purple: #7700FF;
--cyber-blue: #0066FF;Primary Font: JetBrains Mono
BR Gradient (Orange → Pink):
linear-gradient(180deg, #FF9D00 0%, #FF0066 75%)OS Gradient (Magenta → Blue):
linear-gradient(180deg, #FF006B 0%, #0066FF 100%)Full Spectrum:
linear-gradient(180deg, #FF9D00 0%, #FF0066 28%, #7700FF 71%, #0066FF 100%)--space-xs: 8px;
--space-sm: 13px;
--space-md: 21px;
--space-lg: 34px;
--space-xl: 55px;
--space-2xl: 89px;All BlackRoad repositories MUST use these official brand colors and typography.