// _buttons.scss
.button {
  background-color: $primary-color;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}