/* ============================================================
   base.css — bloco <style> global do design (VERBATIM)
   Fonte: design/Sistema MVP Juridico.dc.html, linhas 14-24.
   Não re-digitar; lift direto. Reset, body, scFade, ::selection, scrollbar.
   ============================================================ */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{background:#FBFCFC;font-family:'Hanken Grotesk',system-ui,sans-serif;color:#0C1411;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button{font-family:inherit}
input,textarea,select{font-family:inherit}
@keyframes scFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
::selection{background:#B7F0D8}
::-webkit-scrollbar{width:11px;height:11px}
::-webkit-scrollbar-thumb{background:#D6DAD8;border-radius:99px;border:3px solid #FBFCFC}
