/* DocBuilder custom styles */
body {
    background-color: #111827 !important;
    font-family: 'Inter', sans-serif;
}

.q-header {
    background: linear-gradient(180deg, #1f2937 0%, #111827 100%) !important;
}

/* JSON preview code blocks */
.json-preview .q-field__control {
    font-family: 'Fira Code', 'Consolas', monospace;
    font-size: 0.85rem;
}
