code[class*="language-"],
pre[class*="language-"] {
    color: var(--text-secondary);
    text-shadow: none;
    font-family: 'Fira Code', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    tab-size: 4;
    hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: var(--text-muted);
}

.token.punctuation {
    color: var(--text-muted);
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
    color: var(--text-secondary);
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: var(--text-secondary);
    opacity: 0.8;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: var(--text-muted);
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: var(--text);
    font-weight: 500;
}

.token.function,
.token.class-name {
    color: var(--text);
}

.token.regex,
.token.important,
.token.variable {
    color: var(--text-secondary);
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}
