2 font-family: Inter
, system-ui
, Avenir
, Helvetica
, Arial
, sans-serif
;
7 text-rendering: optimizeLegibility
;
8 -webkit-font-smoothing: antialiased
;
9 -moz-osx-font-smoothing: grayscale
;
10 -webkit-text-size-adjust: 100%;
14 box-sizing: border-box
;
22 display: inline-block
;
24 border: 1px solid var
(--button-default-border-color
, transparent
);
27 background-color: #6d4aff;
31 transition: 0.15s cubic-bezier
(0.22, 1, 0.36, 1), background-position
0s;
35 background-color: #6243e6;
38 background-color: #573bcc;
42 background-color: #1b1340;
47 justify-content: space-between
;