/* AD/85 2026 — ajustes de legibilidade (18/09/2026). Carrega depois de ad85.css e sobrescreve os tokens/tamanhos. */

/* 1. Cinzas um tom acima (mais escuros): corpo 5c5254 -> 3d3537 (~11:1 no branco), metadados 766c6e -> 5c5254 (~7:1) */
:root{--ink-muted:#3d3537;--ink-subtle:#5c5254}

/* 2. Parágrafos +2px em todos os devices */
body{font-size:19px}
.p{font-size:19px;max-width:620px}.p--sm{font-size:17px}.p--md{font-size:18px}
.lead{font-size:22px;max-width:660px}
.small{font-size:16px}
.sec-head .p{max-width:380px}
.card__sub{font-size:17px}.list-dash{font-size:16px}.more{font-size:16px}
.ent__res b,.cmp .a1,.cmp .b2{font-size:18px}.cmp b{font-size:17px}
.callout .p{font-size:20px}
.foot__col ul{font-size:17px}.foot__bottom{font-size:14px}
.topics a,.toc a{font-size:17px}
.cta-card__s{font-size:16px}
.entry{font-size:21px;max-width:760px}.entry .wp-block-image figcaption{font-size:16px}

/* 3. Logotipo: 26 -> 40px (desktop), 22 -> 32px (mobile); rodapé 26 -> 34px */
.nav__logo img{height:40px}
.foot__brand img{height:34px}
@media (max-width:760px){.nav__logo img{height:32px}.foot__brand img{height:30px}}

/* 4. WhatsApp flutuante oculto (os botões de WhatsApp nos CTAs continuam). Para reativar, apagar esta linha. */
.wa-float{display:none!important}
