/* Design system compartilhado pelas telas públicas de autenticação do Painel
   (Login + Redefinir Senha) — esquema dourado/charcoal, fora do shell logado. */
:root{
  --gold:#CCA60B; --gold-deep:#A9863F; --gold-ink:#241F16;
  --charcoal:#121212; --ink:#211E1A;
  --danger:#E08B7B;
  --serif:'Playfair Display', Georgia, serif;
  --sans:'Outfit', system-ui, sans-serif;
  --screen-w:390px; --screen-h:844px;
}
