<button class="button -small">Primary Small</button>
<button class="button">Primary</button>
<button class="button -big">Primary Big</button>
<button class="button -fixed-width">Primary Fixed Width</button>
<button class="button" data-icon="&#xe002;">Primary Big</button>
<button class="button -outline -small">Outline Small</button>
<button class="button -outline">Outline</button>
<button class="button -outline -big">Outline Big</button>
<button class="button -secondary -small">Secondary Small</button>
<button class="button -secondary">Secondary</button>
<button class="button -secondary -big">Secondary Big</button>
<button class="button -secondary -outline">Secondary Outline</button>
<button class="button -tertiary -small">Tertiary Small</button>
<button class="button -tertiary">Tertiary</button>
<button class="button -tertiary -big">Tertiary Big</button>
<button class="button -quaternary -small">Quaternary Small</button>
<button class="button -quaternary">Quaternary</button>
<button class="button -quaternary -big">Quaternary Big</button>
Lorem
<span class="button-wrap">Lorem</span>
<span class="button-wrap"><button class="button">Button</button></span>
<span class="button-wrap">
	<button class="button">Button</button>
	<button class="button">Button</button>
</span>
Tag Badge Tag Badge Link
<span class="tag-badge">Tag Badge</span>
<a class="tag-badge -link">Tag Badge Link</a>
<div class="button-row">
	<button class="button -big">Button</button>
	<button class="button -big -outline">Button</button>
</div>