How can I modify the style of cart buttons on my website?

Hi, You are using Studio Theme.
Actually you can custom your buttons from theme setting.

.. and use custom css From Theme setting add “Custom CSS” to update checkout button.

button#checkout {
    border: 1px solid #184F2E !important;
    border-radius: 0  !important;
}