/* Prism.js — light theme for Mise en Prod (cool blue palette) */

code[class*="language-"],
pre[class*="language-"] {
    color: #081420;
    background: none;
    font-family: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;
    font-size: 0.82rem;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.55;
    tab-size: 4;
    hyphens: none;
}

pre[class*="language-"] {
    padding: 1rem 1.25rem;
    overflow: auto;
    border-radius: 4px;
    background: #deeef8;
}

:not(pre) > code[class*="language-"] {
    padding: 0.15em 0.35em;
    border-radius: 3px;
    background: rgba(255,255,255,0.85);
    color: #0369a1;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #7aa3be;
    font-style: italic;
}

.token.punctuation { color: #4e7a96; }

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
    color: #0d5f87;
}

.token.boolean,
.token.number {
    color: #b85c00;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #1a7a4a;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #4e7a96;
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #0369a1;
    font-weight: 600;
}

.token.function {
    color: #0d5f87;
}

.token.class-name {
    color: #5b2c8c;
}

.token.regex,
.token.important,
.token.variable {
    color: #c41e2e;
}

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