html,
body {
	margin: 0px;
	padding: 0;
	background-color: #111111;
	overflow: hidden;
}

.check-font-1 {
	font-family: "Anago-Black";

}

.check-font-2 {
	font-family: "Rowdies-Regular";

}

.check-font-3 {
	font-family: "Inter-VariableFont";

}

.check-font-4 {
	font-family: "Rubik-Bold";

}

.check-font-5 {
	font-family: "Rubik-Regular";
}

.check-font-6 {
	font-family: "Rubik-Medium";
}

.check-font-7 {
	font-family: "Rubik-SemiBold";
}


@font-face {
	font-family: "Anago-Black";
	src: url(./assets/fonts/Anago-Black.ttf) format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Rowdies-Regular";
	src: url(./assets/fonts/Rowdies-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Inter-VariableFont";
	src: url(./assets/fonts/Inter-VariableFont.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Rubik-Bold";
	src: url(./assets/fonts/Rubik-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: bold;
}

@font-face {
	font-family: "Rubik-SemiBold";
	src: url(./assets/fonts/Rubik-SemiBold.ttf) format('truetype');
	font-weight: 600;
	font-style: medium;
}

@font-face {
	font-family: "Rubik-Regular";
	src: url(./assets/fonts/Rubik-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Rubik-Medium";
	src: url(./assets/fonts/Rubik-Medium.ttf) format('truetype');
	font-weight: 500;
	font-style: medium;
}