Buttons

Default Button Style

<button>Button text</button>
<a class="button" href="#">Button Link</a>
<input class="button" type="button" value="Button Input Type" />
<input class="button" type="submit" value="Submit Input Type" />

Secondary Button Style

<button class="button-secondary">Button text</button>
<a class="button-secondary" href="#">Button Link</a>

Dark Button Style

<button class="button-dark">Button text</button>
<a class="button-dark" href="#">Button Link</a>