@font-face {
	font-family: BradfordMonoLL-Regular;
	src: url(../fonts/BradfordMonoLL-Regular.otf);
  }


  @import "compass/css3";

  html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	
	  &:hover {
	 span {
		display: none; 
	  }
	}
  }
  
  html {
    cursor: crosshair;
}
a {
    cursor: crosshair;
}

.content img {
    cursor: crosshair;
}
#toolset {
	display: none;
}
  .pointer  {   
    cursor: crosshair;
	background-color: #000;
    	position: fixed;
	text-align: center;
	width: 4020px;
	height:0.1px;
	z-index: 1000;
	transform: translate(-50%, -50%);
	pointer-events: none;
overflow: hidden;
	border-radius: 0%;
}

  body {
	width: 100%;
	min-height: 100%;
	height: auto;
	background: #ff0000;
	color: white;
	border-radius: 100px;
	border: 1px solid #000;
  ;
  }

  canvas {
   cursor: crosshair;
	
  }
  
  span {
	  font-family: 'BradfordMonoLL-Regular';
	font-size: 140px;
   position: fixed; 
	top: 50%;
	left: 50%;
	color: #000000;
	margin-top: -40px;
	margin-left: -300px;
  }