@font-face {
	font-family: Inter;
	src: url(/tipografia/inter_18pt-regular.ttf) format("openType");
}
@font-face {
	font-family: Inter-Bold;
	src: url(/tipografia/inter_18pt-bold.ttf) format("openType");
}
* {
	font-family: Inter;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Inter-Bold;
}
.v-application .caption{
	font-family: Inter;
}
.v-application .body-2{
	font-family: Inter;
}
.v-list-item__title {
    font-family: Inter!important;
}