/* Prism light theme matched to dbt + Geospatial palette */
code[class*="language-"],
pre[class*="language-"] {
  color: #1f2933;
  background: none;
  font-family: var(--font-mono);
  font-size: 0.88rem;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.6;
  tab-size: 2;
  hyphens: none;
}

/* Tokens */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata { color: #7a8d9d; font-style: italic; }
.token.punctuation { color: #3d4a59; }
.token.namespace { opacity: 0.7; }

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

.token.boolean,
.token.number { color: #1e8a9e; }

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

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string { color: #c8501f; background: transparent; }

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

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

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

.token.important,
.token.bold { font-weight: 700; }
.token.italic { font-style: italic; }
.token.entity { cursor: help; }
