/*  Sistema de diseño internacional IngSoft / Celso-AQ */
:root {
  --ingsoft-navy:#06152A;
  --ingsoft-blue:#075EAB;
  --ingsoft-blue-2:#0B73D9;
  --ingsoft-red:#E41E2B;
  --ingsoft-ink:#071832;
  --ingsoft-muted:#36506E;
  --ingsoft-line:#B7D8EE;
  --ingsoft-line-soft:#D6E7F3;
  --ingsoft-bg:#F5FAFF;
  --ingsoft-card:#FFFFFF;
  --ingsoft-soft:#EAF7FF;
  --celsoaq-glow:rgba(11,115,217,.18);
  --celsoaq-red-glow:rgba(228,30,43,.13);
  --shadow-soft:0 14px 36px rgba(3,13,27,.08);
  --shadow-strong:0 26px 80px rgba(3,13,27,.16);
  --radius-card:28px;
  --radius-soft:20px;
  --focus-ring:0 0 0 4px rgba(11,115,217,.22);
}
