@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: "Roboto Condensed";
	font-size: 18px;
	line-height: 1.5;
	color: #000;
}

a {
	color: inherit;
}

@media (max-width: 400px) {
	body {
		font-size: 15px;
	}
}