body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.circle-wrap,
.circle-wrap a {
    cursor: none;
}
.circle-wrap .circle-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
}
.circle-wrap .circle-cursor--outer {
	width: 100vw;
	height: 100vh;
	z-index: 12000;
}
.circle-wrap .circle-cursor--inner {
	width: 5px;
	height: 5px;
	left: -2.5px;
	top: -2.5px;
	border-radius: 50%;
	z-index: 11000;
	background: #ff611d;
}
