/* SPL docs — optional overrides (Tailwind handles layout via CDN). */
::selection {
  background: rgba(56, 189, 248, 0.25);
}

/* Reference table: arrow and `code` keyword */
.spl-arrow {
  color: rgb(251 191 36);
}
.spl-kw-code {
  color: rgb(196 181 253);
}
.spl-qmark {
  color: rgb(244 114 182);
}
.spl-kw-run {
  color: rgb(156 220 254);
}
