/* public/assets/css/colors.css */
:root {
  --color-bg: #18181b;               /* antiguo bg-zinc-900 */
  --color-card: #27272a;             /* antiguo bg-zinc-800 */
  --color-border: #3f3f46;           /* antiguo border-zinc-700 */
  --color-text: #e5e7eb;             /* antiguo text-zinc-200 */
  --color-primary: #172b8c;          /* azul institucional — rgb(23, 43, 140) */
  --color-primary-hover: #2340c4;    /* mismo tono, más claro para hover en fondo oscuro */
  --color-success: #10b981;          /* antiguo bg-green-500 */
  --color-success-hover: #059669;    /* antiguo hover:bg-green-600 */
  --color-error: #ef4444;            /* antiguo bg-red-500 */
  --color-error-hover: #dc2626;      /* antiguo hover:bg-red-600 */
}
