/**
* 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';
}

/* Kelson */
@font-face {
	src: url('../fonts/kelson/KelsonSansRegular.otf');
	font-family: 'Kelson Sans Regular';
}
@font-face {
	src: url('../fonts/kelson/KelsonSansBold.otf');
	font-family: 'Kelson Sans Bold';
}
@font-face {
	src: url('../fonts/kelson/KelsonSansLight.otf');
	font-family: 'Kelson Sans Light';
}