body {
    font-family: 'Inter', sans-serif;
    background-color: #020617; /* Slate 950 */
}
pre {
    font-family: 'JetBrains Mono', monospace;
    white-space: pre-wrap;
    word-break: break-all;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #0f172a; /* Slate 900 */
}
::-webkit-scrollbar-thumb {
    background: #eab308; /* Yellow 500 */
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ca8a04; /* Yellow 600 */
}
