/* PharmaNov — tema gerado. Não editar: as cores vêm de Configurações → Aparência. */
:root {
    --brand-primary: #2f7d6d;
    --brand-primary-hover: #296e60;
    --brand-primary-soft: #e6efed;
    --brand-primary-soft-strong: #d1e2df;
    --brand-primary-ink: #225a4e;
    --brand-on-primary: #ffffff;
    --brand-secondary: #22b8cf;
    --brand-sidebar: #141b1a;
    --brand-radius: 14px;
    --sidebar-texto: rgba(255,255,255,.72);
    --sidebar-ativo: #ffffff;
    --sidebar-hover: rgba(255,255,255,.08);
    --sidebar-borda: rgba(255,255,255,.08);
}

/* Lidas por JS para pintar gráficos com a cor da marca */
.js-brand-primary { color: #2f7d6d; }
.js-brand-secondary { color: #22b8cf; }