@font-face {
	font-family: 'Deezer Narrow';
	src:
		url('../fonts/Narrow-medium.woff2') format('woff2'),
		url('../fonts/Narrow-medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Deezer Narrow';
	src:
		url('../fonts/Narrow-extrabold.woff2') format('woff2'),
		url('../fonts/Narrow-extrabold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'Inter', 'Deezer Product', 'Open Sans', Arial, sans-serif;
	background-color: #000;
	color: #fff;
	color-scheme: dark;
}

h1,
h2 {
	font-family: 'Deezer Narrow', 'Inter', Arial, sans-serif;
}
