/*
 * Custom Tailwind-like utility classes
 * These classes are used in theme templates but not present in the compiled swigo style.css
 */

/* === Background Colors === */
.bg-\[\#f4f8e8\] { background-color: #f4f8e8 !important; }
.bg-red-50 { background-color: #fef2f2 !important; }
.bg-red-100 { background-color: #fee2e2 !important; }
.bg-yellow-100 { background-color: #fef9c3 !important; }
.bg-green-100 { background-color: #dcfce7 !important; }
.bg-gray-100 { background-color: #f3f4f6 !important; }
.bg-white\/20 { background-color: rgba(255, 255, 255, 0.2) !important; }

/* === Text Colors === */
.text-red-700 { color: #b91c1c !important; }
.text-red-800 { color: #991b1b !important; }
.text-yellow-800 { color: #854d0e !important; }
.text-green-800 { color: #166534 !important; }
.text-gray-500 { color: #6b7280 !important; }
.text-gray-600 { color: #4b5563 !important; }

/* === Border Colors === */
.border-red-200 { border-color: #fecaca !important; }

/* === Spacing === */
.py-0\.5 { padding-top: 0.125rem !important; padding-bottom: 0.125rem !important; }
.mt-0\.5 { margin-top: 0.125rem !important; }
.ml-1 { margin-left: 0.25rem !important; }
.mt-1 { margin-top: 0.25rem !important; }
