/*!
 * Prism 1.30.0 "Tomorrow" — token colors only.
 *
 * The upstream theme also ships base rules for code[class*=language-] and
 * pre[class*=language-] (font-family, line-height, padding, margin,
 * background). Those are for pages that do not otherwise style code blocks.
 * This theme fully owns code-block presentation in style.css (figure.code pre),
 * and the upstream attribute selectors outranked it — code blocks were
 * rendering in Prism's Consolas stack at line-height 1.5 while inline code used
 * --font-mono at 1.6.
 *
 * Keeping only .token.* rules leaves style.css as the single owner of layout
 * and typography. tab-size moved to figure.code pre, where the theme owns it.
 *
 * Regenerating: take prismjs@<v>/themes/prism-tomorrow.min.css and drop
 * everything before the first .token rule.
 */
.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#999}.token.punctuation{color:#ccc}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.function,.token.number{color:#f08d49}.token.class-name,.token.constant,.token.property,.token.symbol{color:#f8c555}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:#cc99cd}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:#7ec699}.token.entity,.token.operator,.token.url{color:#67cdcc}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}