/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
:root {
  --dsm-bg: #ffffff;        /* fondo principal */
  --dsm-panel: #020617;    /* sidebar */
  --dsm-card: #020617;
  --dsm-border: #1e293b;
  --dsm-text: #e5e7eb;
  --dsm-muted: #94a3b8;
  --dsm-primary: #2563eb;  /* azul tech */
  --dsm-success: #22c55e;
  --dsm-warning: #f59e0b;
  --dsm-border:#1e293b;
  --dsm-bubble-in:#111827;
  --dsm-bubble-out:#2563eb;
}

body {
  background: var(--dsm-bg);
  color: var(--dsm-text);
}
