/* styles.css */
/* 
 * This file contains global CSS overrides that apply to ALL themes (light and dark).
 * Use this file for styles that do not depend on theme variables and would otherwise 
 * be duplicated in both theme.scss and theme-dark.scss.
 */

/* CodeMirror Editor Font (Global Override) for live-html */
.cm-editor .cm-content {
  font-family: 'Fira Code', 'Courier New', monospace; /* Optional: force a specific font */
  font-size: 14px !important; /* Forces the size change */
}

/* Adjust line height if the text looks squashed */
/* .cm-editor .cm-line {
  line-height: 1.4;
} */
