
@font-face {
	font-family: "Poppins";
	src: url("./fonts/Poppins-Regular.otf") format("opentype");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("./fonts/Poppins-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("./fonts/Poppins-ExtraBold.otf") format("opentype");
	font-weight: 800;
	font-display: swap;
}

body {
	max-width: 100%;
	margin: 0;
	font-family: "Poppins", sans-serif;
	background-color: rgb(233, 233, 233);
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	--big-bs: 0 10px 36px rgba(0, 0, 0, 0.8);
	--red: #cb0037;
	--blue: #006989;
	--bluecode: #004899;
	--violet: #4D1A94;
	--box-shadow: 0 2px 26px rgba(0, 0, 0, 0.5);
	--text: rgba(0, 0, 0, 0.7);
}
