/* @font-face {
	font-family: 'CircularStdBold';
	src: local('CircularStdBold'), url('./CircularStdBold.woff') format('woff');
} */
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_79748">Text with this font applied</p> */
 /* .fontsforweb_fontid_79748 {
	font-family: 'CircularStdBold' !important;
}   */

/* Font downloaded from FontsForWeb.com */

@font-face {
	font-family: 'Mina-Regular';
	src: url('Mina-Regular.ttf');
}

@font-face {
font-family: 'CircularStdBold';
	src: url('CircularStdBold.woff');
}

@font-face {
font-family: 'SpaceGrotesk-Regular';
	src: url('SpaceGrotesk-Regular.ttf');
}

.Fonte1 {
	font-family: 'Mina-Regular' !important;
}

.Fonte2 {
	font-family: 'CircularStdBold' !important;
}

.Fonte3 {
	font-family: 'SpaceGrotesk-Regular' !important;
}