@font-face {
	font-family: 'Google Sans Bold';
	src: local('Google Sans Bold'), url('./GoogleSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Google Sans Medium';
	src: local('Google Sans Medium'), url('./GoogleSans-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Google Sans';
	src: local('Google Sans'), url('./GoogleSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
