//! Style configuration and overrides for the CLI renderer.
//!
//! This module provides tools for patching style-related specs
//! (`StyleSpec`, `CursorSpec`, `ControlSpec`) based on CLI input.
//!
//! It includes:
//! - Font fallback handling and embedded font validation;
//! - Typing speed presets and string parsing (`fast`, `slow`, etc.);
//! - Centralized patch entry point via [`patch_theme`], used after theme loading.
pub use warn_about_unrecognized_font;
pub use patch_theme;
pub use ;