/* Embrace the defaults.css */

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

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, svg {
	display: block;
  max-width: 100%;
}

ol, ul {
	margin: 0;
	padding: 0;
}

input, button, textarea, select {
  font: inherit;
}
