@font-face {
	font-family: 'Dosis';
	src: url('../fonts/Dosis-Regular.ttf');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Dosis-Medium.ttf');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Dosis-SemiBold.ttf');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/Dosis-Bold.ttf');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/Dosis-ExtraBold.ttf');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Dosis-Light.ttf');
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Dosis-ExtraLight.ttf');
}