/* JSON Syntax Highlighting */
.json-string {
    color: #22863a; /* Green for strings */
}

.json-number {
    color: #005cc5; /* Blue for numbers */
}

.json-boolean {
    color: #005cc5; /* Blue for booleans */
}

.json-null {
    color: #005cc5; /* Blue for null */
}

.json-key {
    color: #e36209; /* Orange for keys */
}

.json-bracket {
    color: #24292e; /* Dark gray for brackets & braces */
}

.json-comma {
    color: #24292e; /* Dark gray for punctuation */
}
