@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/PTSans-Regular.eot');
	src: local('PT Sans'), local('PTSans-Regular'),
		url('../fonts/PTSans-Regular-1.eot') format('embedded-opentype'),
		url('../fonts/PTSans-Regular.woff') format('woff'),
		url('../fonts/PTSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  font-display: swap;
}
/* ----------------------------- */
@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/PTSans-Bold.eot');
	src: local('PT Sans Bold'), local('PTSans-Bold'),
		url('../fonts/PTSans-Bold-1.eot') format('embedded-opentype'),
		url('../fonts/PTSans-Bold.woff') format('woff'),
		url('../fonts/PTSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
  font-display: swap;
}
/* ----------------------------- */
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Regular'), local('Roboto-Regular'),
			url('../fonts/Roboto-Regular.woff2') format('woff2'),
			url('../fonts/Roboto-Regular.woff') format('woff'),
			url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
/* ----------------------------- */
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Medium'), local('Roboto-Medium'),
			url('../fonts/Roboto-Medium.woff2') format('woff2'),
			url('../fonts/Roboto-Medium.woff') format('woff'),
			url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
/* ----------------------------- */
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Bold'), local('Roboto-Bold'),
			url('../fonts/Roboto-Bold.woff2') format('woff2'),
			url('../fonts/Roboto-Bold.woff') format('woff'),
			url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
/* ----------------------------- */
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Black'), local('Roboto-Black'),
			url('../fonts/Roboto-Black.woff2') format('woff2'),
			url('../fonts/Roboto-Black.woff') format('woff'),
			url('../fonts/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
/* ----------------------------- */
@font-face {
	font-family: 'Roboto';
	src: local('Roboto Bold Italic'), local('Roboto-Bold-Italic'),
			url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
			url('../fonts/Roboto-BoldItalic.woff') format('woff'),
			url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
