@font-face {
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Regular.ttf') format('opentype');
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('/fonts/Roboto-Medium.ttf') format('opentype');
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('/fonts/Roboto-Bold.ttf') format('opentype');
}

@font-face {
	font-family: 'RobotoSlab-Bold';
	src: url('/fonts/RobotoSlab-Bold.ttf') format('opentype');
}

@font-face {
	font-family: 'RobotoSlab-ExtraBold';
	src: url('/fonts/RobotoSlab-ExtraBold.ttf') format('opentype');
}

body {
	background-color: #ffffff;
	font-family: Roboto, sans-serif;
	color: #2d3032;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.4px;
}
