@font-face {
	font-family: 'fontcompa';
	src: url('../font/fontcompa.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.fc {
	font-family: 'fontcompa' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fc-quote::before {
  content: "\e900";
}
.fc-trash::before {
  content: "\e901";
}
.fc-check-rules::before {
  content: "\e902";
}
.fc-users::before {
  content: "\e903";
}
.fc-ellipsis-v::before {
  content: "\e904";
}
.fc-heart::before {
  content: "\e905";
}
.fc-heart-broken::before {
  content: "\e906";
}
.fc-browser::before {
  content: "\e907";
}