/**
* Theme buttons.
*/

.btn-primary {
  @include btn-primary;
}

.btn-secondary {
  @include btn-secondary;
}
