body { font-family: 'Inter', sans-serif; }
.screen-hidden { display: none !important; }

/* Custom Scrollbar for Code Block */
.code-block::-webkit-scrollbar { height: 8px; width: 8px; }
.code-block::-webkit-scrollbar-track { background: #1a1a1a; }
.code-block::-webkit-scrollbar-thumb { background: #444; border-radius: 4px; }
.code-block::-webkit-scrollbar-thumb:hover { background: #555; }
