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

*,
*::before,
*::after {
	font-family: Poppins, sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

body {
	position: relative;
	width: 100%;
	min-width: 100%;
	min-height: 100vh;
	height: 100%;
	overflow-x: hidden;
}

#root {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}
