//! Heading style parsing utilities.
/// Parses a DOCX style name to determine the heading level.
///
/// Recognizes standard heading styles like "Heading1", "Heading2", etc.,
/// as well as "Title" (level 1) and "Subtitle" (level 2).
///
/// Returns `None` if the style is not recognized as a heading.