/*
Theme Name: CAPI Site
Theme URI: https://capi.icb.ufmg.br
Description: Tema do CAPI (ICB/UFMG) — port fiel do HTML aprovado pelo cliente, com conteúdo administrável via ACF + CPTs. Markup e CSS idênticos ao protótipo HTML.
Version: 0.1.0
Author: Potato
Text Domain: capi-site
*/

/* Kill stray horizontal scroll from decorative/off-canvas elements on small
   screens. `clip` (not `hidden`) so position:sticky keeps working. */
body { overflow-x: clip; }

/* A11y: visually-hidden but available to screen readers. */
.screen-reader-text {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
