@font-face {
    font-family: 'ElegantIcons';
    font-style: normal;
    font-weight: normal;
    src: local('Elegant Icons'),
    url('../fonts/ElegantIcons.woff2') format('woff2'),
    url('../fonts/ElegantIcons.woff')  format('woff');
}

.ei {
	font-family: 'ElegantIcons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.ei_home:before { content: "\e009"; }
.ei_university:before { content: "\e00a"; }
.ei_notes:before { content: "\68"; }
.ei_about:before { content: "\e030"; }

.ei_publications:before { content: "\69"; }
.ei_talks:before { content: "\76"; }
.ei_theses:before { content: "\e022"; }
