/* Germán Victoria · Estratega digital. Identidad de la agencia, línea captación
   (02_OPERACION/Sistema de Diseno/design-tokens.css). */
:root {
  --fondo: #070b18;           /* --bg-primary */
  --fondo-2: #0c1022;         /* --bg-secondary */
  --navy: #001347;
  --texto: #e8e8ef;           /* --text-primary */
  --texto-secundario: #a9acc4; /* más claro que --text-secondary: se lee en celular */
  --acento: #00B7EB;          /* eléctrico */
  --acento-texto: #04121f;
  --brillo: rgba(0, 183, 235, .15);
  --borde: rgba(100, 120, 190, .35);

  --radio: 12px;
  --ancho: 1120px;

  --fuente-titulo: Montserrat, system-ui, sans-serif;
  --fuente-cuerpo: Inter, system-ui, sans-serif;
  --tamano-cuerpo: 16px;
}
