enum Style with Eq, Order
case Bold
case Underline
Represents text styling options.
Defines the visual appearance of text spans beyond color.
instance Eq[Style]
instance Order[Style]