@font-face {
	font-family: 'Proxima Nova';
	font-weight: 300;
	font-display: swap;
	font-style: normal;
	src: url(..fontes/proximanova-light.woff2) format("woff2"), url(..fontes/proximanova-light.woff) format("woff"), url(..fontes/proximanova-light.ttf) format("truetype")
}

@font-face {
	font-family: 'Proxima Nova';
	font-weight: 400;
	font-display: swap;
	font-style: normal;
	src: url(..fontes/proximanova-regular.woff2) format("woff2"), url(..fontes/proximanova-regular.woff) format("woff"), url(..fontes/proximanova-regular.ttf) format("truetype")
}

@font-face {
	font-family: 'Proxima Nova';
	font-weight: 600;
	font-display: swap;
	font-style: normal;
	src: url(..fontes/proximanova-semibold.woff2) format("woff2"), url(..fontes/proximanova-semibold.woff) format("woff"), url(..fontes/proximanova-semibold.ttf) format("truetype")
}