
@font-face {
	font-family: 'Calibri';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/Calibri.woff2') format('woff2'),
		 url('../fonts/Calibri.woff') format('woff'),
		 url('../fonts/Calibri.ttf') format('truetype');
	text-rendering: auto;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'Calibri';
	font-weight: 400;
	font-style: italic;
	src: url('../fonts/Calibri-Italic.woff2') format('woff2'),
		 url('../fonts/Calibri-Italic.woff') format('woff'),
		 url('../fonts/Calibri-Italic.ttf') format('truetype');
	text-rendering: auto;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'Calibri';
	font-weight: 600;
	font-style: normal;
	src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
		 url('../fonts/Calibri-Bold.woff') format('woff'),
		 url('../fonts/Calibri-Bold.ttf') format('truetype');
	text-rendering: auto;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'Calibri';
	font-weight: 600;
	font-style: italic;
	src: url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
		 url('../fonts/Calibri-BoldItalic.woff') format('woff'),
		 url('../fonts/Calibri-BoldItalic.ttf') format('truetype');
	text-rendering: auto;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}