@font-face {
	font-family: 'Hind';
	src: url('/static/162/fonts/Hind-Bold.ttf')  format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'Hind';
	src: url('/static/162/fonts/Hind-Medium.ttf')  format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: 'Hind';
	src: url('/static/162/fonts/Hind-Regular.ttf')  format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'Hind';
	src: url('/static/162/fonts/Hind-Light.ttf')  format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'Hind';
	src: url('/static/162/fonts/Hind-SemiBold.ttf')  format('truetype');
	font-weight: 600;
}

body, .ionic-body,
h1, h2, h3, h4, h5, h6,
input, textarea, button, span {
	font-family: Hind, sans-serif;
}