/* Scoped functional styles for the JSON Formatter tool page.
   Visual styling (colors, borders, spacing) stays in Tailwind classes to match the site's design system. */

.jsonfmt-mono {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.jsonfmt-mono-size {
  font-size: 13px;
  line-height: 1.4;
}

/* Prism theme tweaks to keep the output panel consistent */
.jsonfmt-pre :not(pre) > code[class*="language-"],
.jsonfmt-pre pre[class*="language-"] {
  background: transparent;
}
