/* custom.css | sobrescreve estilos vermelhos com laranja */

/* Texto */
.text-red-50 { color: #fef2e5 !important; }
.text-red-100 { color: #fde3cc !important; }
.text-red-200 { color: #fcc49a !important; }
.text-red-300 { color: #faa265 !important; }
.text-red-400 { color: #f78433 !important; }
.text-red-500 { color: #f39c12 !important; }
.text-red-600 { color: #d1830f !important; }
.text-red-700 { color: #b16a0d !important; }
.text-red-800 { color: #93540b !important; }
.text-red-900 { color: #7a4409 !important; }

/* Backgrounds */
.bg-red-50 { background-color: #fef2e5 !important; }
.bg-red-100 { background-color: #fde3cc !important; }
.bg-red-200 { background-color: #fcc49a !important; }
.bg-red-300 { background-color: #faa265 !important; }
.bg-red-400 { background-color: #f78433 !important; }
.bg-red-500 { background-color: #f39c12 !important; }
.bg-red-600 { background-color: #d1830f !important; }
.bg-red-700 { background-color: #b16a0d !important; }
.bg-red-800 { background-color: #93540b !important; }
.bg-red-900 { background-color: #7a4409 !important; }

/* Borda */
.border-red-500 { border-color: #f39c12 !important; }
