Example of mixing WPF styles in a CSS-like format by using custom markup extension:
<Label Content="Some warning here" Style="{WPF:CssStyle Names='size16 bold red'}" />
Key code is in CssStyleExtension.cs
For more examples see App.xaml and MainWindow.xaml