/* Global tokens for BelegExpert — mirrors the design handoff <helmet> styles */
* { box-sizing: border-box; }
html, body, #root { height: 100%; }
body { margin: 0; }
::selection { background: #cdeed4; }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-thumb { background: #d6ddd8; border-radius: 8px; border: 2px solid transparent; background-clip: content-box; }
*::-webkit-scrollbar-thumb:hover { background: #c2cbc5; background-clip: content-box; }
input::placeholder, textarea::placeholder { color: #a9b1ab; }
@keyframes feFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
