/* CIS sub-brand · firmasydocumentos.cl
 * FES con OTP/SMS/TOTP. Accent: green (verificación + validado). */

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

:root {
  --cis-accent:       #15803d;
  --cis-accent-hover: #166534;
  --cis-link:         #15803d;
  --cis-brand-name:   "Firmas y documentos";
  --cis-brand-url:    "https://firmasydocumentos.cl";
}

.cis-dark,
html.cis-dark,
body.cis-dark {
  --cis-accent:       #4ade80;
  --cis-accent-hover: #86efac;
}
