@font-face {
	font-family: 'Inter';
	src: url('/fonts/Inter.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ClashDisplay';
	src: url('/fonts/ClashDisplay.woff2') format('woff2'),
		 url('/fonts/ClashDisplay.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

*{
	box-sizing: border-box;
}


body{
    font-family: 'Inter', sans-serif !important;
    overflow-x: hidden;
}
