TODO: Describe what buttons are and how they are used in the application.
<button type="button" class="button--primary">Primary</button>
<button type="button" class="button--secondary">Secondary</button>
<button type="button" class="button--primary button--large">Primary Large</button>
<button type="button" class="button--secondary button--large">Secondary Large</button>
<button type="button" class="button--primary button--small">Primary Small</button>
<button type="button" class="button--secondary button--small">Secondary Small</button>