@font-face {
font-family: "Proxima Nova Regular";
src: url("../fonts/Proxima+Nova+Regular.otf") format("opentype");
}
body {
font-family: "Proxima Nova Regular";
}
var socket = io.connect('localhost:81', {transports: ['websocket'], upgrade: false});