//! Built-in style presets for HWPX document generation.
//!
//! Shared between CLI and MCP bindings so that preset data stays in sync.
use Serialize;
/// Information about a single style preset.
/// Returns the list of built-in presets.
///
/// Currently only `"default"` is available. Additional presets
/// (`government`, `report`, `official`) are planned.