/* assets/css/bootstrap-colors.css */

/* ─────────── text-color ─────────── */
.text-purple-500 { color: #6f42c1 !important; }
.text-purple-600 { color: #5a32a3 !important; }
.text-purple-700 { color: #4a2784 !important; }
.text-purple-800 { color: #3b1e66 !important; }
.text-purple-900 { color: #2c1447 !important; }

.text-yellow-500 { color: #ffc107 !important; }
.text-yellow-600 { color: #e0a800 !important; }
.text-yellow-700 { color: #c69500 !important; }
.text-yellow-800 { color: #b37d00 !important; }
.text-yellow-900 { color: #9f6500 !important; }

.text-red-500    { color: #dc3545 !important; }
.text-red-600    { color: #bb2d3b !important; }
.text-red-700    { color: #990f28 !important; }
.text-red-800    { color: #780a1d !important; }
.text-red-900    { color: #52000a !important; }

/* ─────────── background-color ─────────── */
.bg-purple-500  { background-color: #6f42c1 !important; }
.bg-purple-600  { background-color: #5a32a3 !important; }
.bg-purple-700  { background-color: #4a2784 !important; }
.bg-purple-800  { background-color: #3b1e66 !important; }
.bg-purple-900  { background-color: #2c1447 !important; }

.bg-yellow-500  { background-color: #ffc107 !important; }
.bg-yellow-600  { background-color: #e0a800 !important; }
.bg-yellow-700  { background-color: #c69500 !important; }
.bg-yellow-800  { background-color: #b37d00 !important; }
.bg-yellow-900  { background-color: #9f6500 !important; }

.bg-red-500     { background-color: #dc3545 !important; }
.bg-red-600     { background-color: #bb2d3b !important; }
.bg-red-700     { background-color: #990f28 !important; }
.bg-red-800     { background-color: #780a1d !important; }
.bg-red-900     { background-color: #52000a !important; }

/* ─────────── border-color ─────────── */
.border-purple-500  { border-color: #6f42c1 !important; }
.border-purple-600  { border-color: #5a32a3 !important; }
.border-purple-700  { border-color: #4a2784 !important; }
.border-purple-800  { border-color: #3b1e66 !important; }
.border-purple-900  { border-color: #2c1447 !important; }

.border-yellow-500  { border-color: #ffc107 !important; }
.border-yellow-600  { border-color: #e0a800 !important; }
.border-yellow-700  { border-color: #c69500 !important; }
.border-yellow-800  { border-color: #b37d00 !important; }
.border-yellow-900  { border-color: #9f6500 !important; }

.border-red-500     { border-color: #dc3545 !important; }
.border-red-600     { border-color: #bb2d3b !important; }
.border-red-700     { border-color: #990f28 !important; }
.border-red-800     { border-color: #780a1d !important; }
.border-red-900     { border-color: #52000a !important; }
