/**
* Polices
*/

/* Roboto */
@font-face {
	src: url('../fonts/roboto/roboto-regular.ttf');
	font-family: 'Roboto Regular';
}
@font-face {
	src: url('../fonts/roboto/roboto-bold.ttf');
	font-family: 'Roboto Bold';
}
@font-face {
	src: url('../fonts/roboto/roboto-medium.ttf');
	font-family: 'Roboto Medium';
}
@font-face {
	src: url('../fonts/roboto/roboto-thin.ttf');
	font-family: 'Roboto Thin';
}
@font-face {
	src: url('../fonts/roboto/roboto-light.ttf');
	font-family: 'Roboto Light';
}

/* Lato */
@font-face {
	src: url('../fonts/lato/LatoRegular.ttf');
	font-family: 'Lato Regular';
}
@font-face {
	src: url('../fonts/lato/LatoBold.ttf');
	font-family: 'Lato Bold';
}
@font-face {
	src: url('../fonts/lato/LatoLight.ttf');
	font-family: 'Lato Light';
}

/**
* Alex Brush
*/
@font-face {
	src: url('../fonts/alex-brush.ttf');
	font-family: 'Alex Brush';
}