/* Catppuccin Latte */
/* Based on https://github.com/catppuccin/highlightjs */

.hljs {
    color: #4c4f69;
    background: #eff1f5;
}

/* Base styling */
.hljs-comment,
.hljs-quote {
    color: #acb0be;
    font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
    color: #8839ef;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
    color: #d20f39;
}

.hljs-literal {
    color: #fe640b;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta .hljs-string {
    color: #40a02b;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
    color: #fe640b;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
    color: #1e66f5;
}

.hljs-built_in,
.hljs-title.class_,
.hljs-class .hljs-title {
    color: #df8e1d;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}

.hljs-link {
    text-decoration: underline;
}
