@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}


@font-face {
	font-family: 'Linearicons-Free';
	src:url('Linearicons-Free.eot?w118d');
	src:url('Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('Linearicons-Free.woff2?w118d') format('woff2'),
		url('Linearicons-Free.woff?w118d') format('woff'),
		url('Linearicons-Free.ttf?w118d') format('truetype'),
		url('Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}