/*
 * Telex global stylesheet
 *
 * Tailwind tokens, base layers, effects, and utilities live in
 * app/assets/tailwind/application.css (the Tailwind v4 input file).
 *
 * This file is for third-party overrides that need to load after
 * the Tailwind build, and for Lexxy editor style adjustments.
 */

/* Lexxy rich-text editor needs explicit color overrides to match
 * our dark-only terminal theme (its own stylesheet assumes light BG). */
lexxy-editor,
lexxy-editor .lexxy-editor__content,
lexxy-editor .lexxy-editor__content * {
  color: #9FE8B0;
  background: transparent;
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

lexxy-editor .lexxy-editor__toolbar {
  background-color: #111A2C;
  border-color: #2A3752;
}
