@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	font-family: "Poppins", "Raleway", "Arial";
	font-size: 16px;
	font-weight: var(--Normal);
	line-height: 1.2;
}

@media screen and (max-width: 320px) {
	html {
		font-size: 15px;
	}
}

@media screen and (min-width: 801px) {
	html {
		font-size: 18px;
	}
}

@media screen and (min-width: 1031px) {
	html {
		font-size: 20px;
	}
}

:root {
	--Thin3: 100;
	--Thin2: 200;
	--Thin1: 300;
	--Thin: 300;
	--Normal: 400;
	--Bold: 600;
	--Bold1: 500;
	--Bold2: 600;
	--Bold3: 700;
	--Bold4: 800;
	--Bold5: 900;
}