.red-50 { color: #fef2f2; }
.red-100 { color: #fee2e2; }
.red-200 { color: #fecaca; }
.red-300 { color: #fca5a5; }
.red-400 { color: #f87171; }
.red-500 { color: #ef4444; }
.red-600 { color: #dc2626; }
.red-700 { color: #b91c1c; }
.red-800 { color: #991b1b; }
.red-900 { color: #7f1d1d; }
.red-950 { color: #450a0a; }


.text-red-50 { color: #fef2f2; }
.text-red-100 { color: #fee2e2; }
.text-red-200 { color: #fecaca; }
.text-red-300 { color: #fca5a5; }
.text-red-400 { color: #f87171; }
.text-red-500 { color: #ef4444; }
.text-red-600 { color: #dc2626; }
.text-red-700 { color: #b91c1c; }
.text-red-800 { color: #991b1b; }
.text-red-900 { color: #7f1d1d; }
.text-red-950 { color: #450a0a; }

.bg-blue-50 { background-color: #eff6ff; }
.text-blue-50 { color: #eff6ff; }

.bg-blue-100 { background-color: #dbeafe; }
.text-blue-100 { color: #dbeafe; }

.bg-blue-200 { background-color: #bfdbfe; }
.text-blue-200 { color: #bfdbfe; }

.bg-blue-300 { background-color: #93c5fd; }
.text-blue-300 { color: #93c5fd; }

.bg-blue-400 { background-color: #60a5fa; }
.text-blue-400 { color: #60a5fa; }

.bg-blue-500 { background-color: #3b82f6; }
.text-blue-500 { color: #3b82f6; }

.bg-blue-600 { background-color: #2563eb; }
.text-blue-600 { color: #2563eb; }

.bg-blue-700 { background-color: #1d4ed8; }
.text-blue-700 { color: #1d4ed8; }

.bg-blue-800 { background-color: #1e40af; }
.text-blue-800 { color: #1e40af; }

.bg-blue-900 { background-color: #1e3a8a; }
.text-blue-900 { color: #1e3a8a; }

.bg-blue-950 { background-color: #172554; }
.text-blue-950 { color: #172554; }