The button has a default border thickness of --o-border-size-2. You can change this value by using the --o_border-size custom property.
--o-border-size-2
--o_border-size
.o-btn { --o_border-size: 0;}
.o-btn-thick-border { --o_border-size: var(--o-border-size-4);}