/* CSS reset (https://www.joshwcomeau.com/css/custom-css-reset) */

* {
	margin: 0;
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}

input, button, textarea, select {
	font: inherit;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}

/* Base */

body {
	font-family: Inter, system-ui, sans-serif;
	padding: 0;
}
