i added this to my remplate css and got pretty close, found it on : https://www.sacphilopera.org/production/opera-concert-rigoletto/
Still need some polishing for my purposes but always a start.
.button, .wp_theatre_event_tickets a.wp_theatre_event_tickets_url, button, input[type=button], input[type=reset], input[type=submit] {
display: inline-block;
font-family: ‘FrutigerCE-Black’, sans-serif;
font-weight: 300;
font-style: normal;
border: 2px solid #39c1b7;
border-radius: 20px;
padding: 10px 35px;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #39c1b7;
}