*, *::before, *::after { box-sizing: border-box; }

html, body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #0d1116;
	color: #f4f4f4;
}

a { color: inherit; }
button { font: inherit; }
img { max-width: 100%; display: block; }
