| *, | |
| *::before, | |
| *::after { | |
| box-sizing: border-box; | |
| } | |
| html { | |
| line-height: 1.15; | |
| -webkit-text-size-adjust: 100%; | |
| } | |
| body { | |
| font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, | |
| sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; | |
| margin: 0; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| } | |
| button { | |
| background-color: transparent; | |
| background-image: none; | |
| font-family: inherit; | |
| font-size: 100%; | |
| line-height: 1.15; | |
| margin: 0; | |
| text-transform: none; | |
| } | |
| button, | |
| [type='button'], | |
| [type='reset'], | |
| [type='submit'] { | |
| -webkit-appearance: button; | |
| } | |
| code { | |
| font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, | |
| monospace; | |
| font-size: 0.9em; | |
| } | |
| strong { | |
| font-weight: bolder; | |
| } | |