.hljs {
    color: #dbd9d8; /* Adjusted text color (saddle brown) */
    /* background: #F0E68C; */
    white-space: pre-wrap;
    word-wrap: break-word;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-title,
.hljs-section {
    color: #FFA500; /* Adjusted keyword color (orange) */
}

.hljs-string,
.hljs-meta,
.hljs-symbol,
.hljs-template-tag,
.hljs-template-variable {
    color: #00FF00; /* Adjusted string color (lime green) */
}

.hljs-addition,
.hljs-attribute,
.hljs-bullet,
.hljs-link,
.hljs-literal,
.hljs-number,
.hljs-quote,
.hljs-regexp,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-subst,
.hljs-type,
.hljs-variable {
    color: #FFD700; /* Adjusted value color (gold) */
}

.hljs-attr {
    color: #2e8f21; /* Adjusted color for attributes (orange) */
}

.hljs-tag {
    color: #7e6144; /* Adjusted color for tags (cyan) */
}

.hljs-string,
.hljs-meta,
.hljs-symbol,
.hljs-template-tag,
.hljs-template-variable {
    color: #FF00FF; /* Adjusted color for content (magenta) */
}
