* { box-sizing: border-box; margin: 0; padding: 0; } :host, [class^="sui-"], button, input, select, textarea { font-family: var(--font-family-base); font-size: var(--font-size-base); line-height: var(--line-height-base); color: var(--color-font-base); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a { text-decoration: none; color: var(--color-link-default); } button, input[type="submit"] { appearance: none; border: none; background: transparent; cursor: pointer; }