@charset "utf-8";

@font-face {
	font-family:'et-line';
	src:url('https://razor.chat/css/et-line.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

.et-adjustments,
.et-alarmclock,
.et-chat,
.et-happy,
.et-lock,
.et-shield {
	display:inline-block;
	line-height:1;
	font-family:'et-line';
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.et-adjustments:before { content:'\e01d'; }
.et-alarmclock:before { content:'\e059'; }
.et-chat:before { content:'\e049'; }
.et-happy:before { content: '\e05b'; }
.et-lock:before { content:'\e020'; }
.et-shield:before { content:'\e022'; }