@font-face {
	font-family: 'PF Centro Sans Pro';
	src: local('PF Centro Sans Pro Regular'), local('PF-Centro-Sans-Pro-Regular'),
		url('../fonts/PFCentroSansPro-Regular.woff2') format('woff2'),
		url('../fonts/PFCentroSansPro-Regular.woff') format('woff'),
		url('../fonts/PFCentroSansPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PF Centro Sans Pro';
	src: local('PF Centro Sans Pro Medium'), local('PF-Centro-Sans-Pro-Medium'),
		url('../fonts/PFCentroSansPro-Medium.woff2') format('woff2'),
		url('../fonts/PFCentroSansPro-Medium.woff') format('woff'),
		url('../fonts/PFCentroSansPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PF Centro Sans Pro';
	src: local('PF Centro Sans Pro Bold'), local('PF-Centro-Sans-Pro-Bold'),
		url('../fonts/PFCentroSansPro-Bold.woff2') format('woff2'),
		url('../fonts/PFCentroSansPro-Bold.woff') format('woff'),
		url('../fonts/PFCentroSansPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}