/* PrismJS dark theme for llm.rb docs */

code[class*="language-"],
pre[class*="language-"] {
  color: #e5e5e5;
  background: none;
  font-family: "SF Mono", "Fira Code", "Fira Mono", "JetBrains Mono",
               "Cascadia Code", Menlo, Consolas, monospace;
  font-size: 13px;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.55;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre[class*="language-"] {
  padding: 14px 16px;
  margin: 16px 0;
  overflow: auto;
  background: #0a0a0a;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
}

:not(pre) > code[class*="language-"] {
  padding: 2px 6px;
  border-radius: 3px;
  white-space: normal;
  background: #0a0a0a;
  border: 1px solid #2a2a2a;
  color: #f472b6;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata { color: #6b7280; }

.token.punctuation { color: #9ca3af; }

.token.namespace { opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted { color: #f472b6; }

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

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable { color: #67cdcc; }

.token.atrule,
.token.attr-value,
.token.keyword { color: #7dd3fc; }

.token.function,
.token.class-name { color: #fbbf24; }

.token.regex,
.token.important { color: #fd971f; }

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

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

.token.entity { cursor: help; }
