html { box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; font-size: 10px; } body { color: $color-copy; text-rendering: optimizeLegibility; } *, *:before, *:after { box-sizing: inherit; color: inherit; font-family: inherit; } button { cursor: pointer; } code, pre { font-family: "SFMono-Regular", "SF Mono", "Ubuntu Mono", "Consolas", "DejaVu Sans Mono", "Menlo", monospace; }