/* Regular - meters */
@font-face {
	font-family: 'meters';
	src: url('inter.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


/* Bold - metersBold */
@font-face {
	font-family: 'metersBold';
	src: url('inter.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	src: url('inter.ttf') format('truetype');
}


/* Base page styling */
body {
	font-family: 'meters', 'Inter', sans-serif;
}

/* Strong and bold text styling
strong, b {
    font-family: 'meters', 'Inter', sans-serif;
    font-weight: bold;
}*/


em,
i {
	font-family: 'meters', 'Inter', sans-serif;
	font-style: italic;
}