@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@font-face {
    font-family: 'digital7';
    src:url('../fonts/digital-7.ttf');
    font-weight: normal;
    font-style: normal;
}
body{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
 color: rgba(255,255,255,0.8);
 font-size:10px;
 background-color: #999999;
cursor: url(../../assets/css/b_cur.png),auto!important;
}
.hidden, .dev, .template, #template-container{
  display:none;
}
