/* Cochid family base sub-brand.
 * Data cívica chilena — presupuesto, indicadores, congreso, legal, elecciones.
 * Accent azul burocracia · los sub-cochid sobreescriben con shades específicos. */

@import url('../cis/tokens.css');

:root {
  --cis-accent:       #1d4ed8;
  --cis-accent-hover: #1e40af;
  --cis-link:         #1d4ed8;
  --cis-brand-name:   "Cochid";
  --cis-brand-url:    "https://cochid.cl";
}

.cis-dark,
html.cis-dark,
body.cis-dark {
  --cis-accent:       #60a5fa;
  --cis-accent-hover: #93c5fd;
}
