@font-face {
	font-family: Inter;
	src: url('Inter-Regular.ttf');
}

:root {
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	overflow: hidden;
	margin: 0;
	font-family: 'Inter';
	font-size: 14px;
	line-height: 1;
}
