@font-face {
	font-family: 'Rubik';
	src: url('../fonts/Rubik-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}


html, body {
	font-family: 'Rubik', sans-serif;
}