/** Generic AINNA globe site — ainna-home overlay (token harmonization) */
body.ainna-theme {
  background: var(--ainna-bg, #FAFAF8);
  color: var(--ainna-text, #1e293b);
}
[data-theme="dark"] body.ainna-theme {
  background: var(--ainna-bg, #0f172a);
  color: var(--ainna-text, #e2e8f0);
}