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

body {
	xbackground-color: #272727;
	background-color: #1c1c1c;
	color: #eaeaea;
	font: normal 16px Poppins;
	}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/poppins-v21-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/poppins-v21-latin-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/poppins-v21-latin-700.woff2') format('woff2'); 
}
	

