:root {
	--success: #4ade80;
	--warning: #facc15;
	--danger: #f87171;
	--orange: rgb(249, 114, 22);
	--discord: #7289da;
	--facebook: #3b5998;
	--youtube: #d74141;
	--twitter: #ffffff;
	--instagram: -webkit-linear-gradient(top left, #515bd4, #8134af, #dd2a78, #f58529);
	--play: rgb(250 192 33);
	--pointer: url('/images/icons/pointer.png') 0 0, auto;
	--typer: url('/images/icons/typer.png') 0 0, auto;
	--cursor: url('/images/icons/cursor.png') 0 0, auto;
}

@font-face {
	font-family: 'Bold';
	src: url('/css/fonts/bold.ttf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Regular';
	src: url('/css/fonts/regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #202020;
	margin: 0 auto;
	font-family: 'Bold';
	cursor: var(--cursor);
	min-width: 567px;
}
