/* ─────────────────────────────────────────
   PrintFly — Estilos compartidos
   Variables de marca y estilos base comunes a todas las páginas.
   Los colores se sobrescriben en tiempo real desde el panel
   de Personalización (ver siteconfig.js), así que cámbialos allí,
   no aquí.
   ───────────────────────────────────────── */

:root{
  --navy:#0a0e1a;--navy2:#121929;--navy3:#1a2438;
  --blue:#2563eb;--blue2:#1d4ed8;--blue-light:#eff6ff;--blue3:#bfdbfe;
  --accent:#f97316;--accent2:#ea580c;
  --green:#16a34a;--green-bg:#f0fdf4;--green-border:#bbf7d0;
  --red:#dc2626;--red-bg:#fef2f2;
  --gray:#64748b;--gray2:#94a3b8;--gray3:#cbd5e1;
  --gray4:#e2e8f0;--gray5:#f1f5f9;--gray6:#f8fafc;
  --white:#fff;--text:#0f172a;--text2:#334155;--text3:#475569;
  --radius:10px;--radius2:14px;
  --shadow:0 1px 3px rgba(0,0,0,.07),0 4px 12px rgba(0,0,0,.05);
  --shadow2:0 8px 32px rgba(0,0,0,.12);
}

*{box-sizing:border-box;margin:0;padding:0}
