* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: Inter;
	src: url("../font/Inter-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url("../font/Inter-ExtraLight.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url("../font/Inter-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: Inter, sans-serif;
	font-weight: 400;
	padding: 24px 12px;
	color: #222;
	font-size: 18px;
	line-height: 1.4;
	overflow-y: scroll;
}
