How can I change the buttons on our store from square to pill shaped or more rounded?

@pokersamadhi ,

Add this code at the bottom of your theme.scss file.

.btn {
    border-radius: 30px !important;
}

Do let me know if it works for you.