//! Style function modules for the Snora Design iced bridge.
//!
//! Re-exported from `snora-style` (RFC-055) — every path below resolves
//! exactly as before the extraction; nothing here changed for a
//! consumer. See [`snora_style`]'s own module documentation for the
//! layering rationale.
/// Color conversion between `snora_design::Color` and `iced::Color`.
pub use color;
/// Semantic button style functions.
pub use button;
/// Card and container style functions.
pub use container;
/// Text style helpers.
pub use text;
/// Progress bar style functions.
pub use progress;