
@font-face {
	font-family: 'Roboto';
	font-weight: 400;
	font-display: auto;
	src: url('./assets/img/roboto-v20-latin-regular.woff2') format('woff2'),
		url('./assets/img/roboto-v20-latin-regular.woff') format('woff'),
		url('./assets/img/roboto-v20-latin-regular.ttf') format('truetype'),
		url('./assets/img/roboto-v20-latin-regular.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-display: auto;
	src: url('./assets/img/roboto-v20-latin-700.woff2') format('woff2'),
		url('./assets/img/roboto-v20-latin-700.woff') format('woff'),
		url('./assets/img/roboto-v20-latin-700.ttf') format('truetype'),
		url('./assets/img/roboto-v20-latin-700.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 500;
	font-display: auto;
	font-fallback: Open Sans, Arial, Helvetica, sans serif;
	src: url('./assets/img/poppins-v15-latin-500.woff2') format('woff2'),
		url('./assets/img/poppins-v15-latin-500.woff') format('woff'),
		url('./assets/img/poppins-v15-latin-500.ttf') format('truetype'),
		url('./assets/img/poppins-v15-latin-500.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 300;
	font-display: auto;
	font-fallback: Open Sans, Arial, Helvetica, sans serif;
	src: url('./assets/img/poppins-v9-latin-300.woff2') format('woff2'),
		url('./assets/img/poppins-v9-latin-300.woff') format('woff'),
		url('./assets/img/poppins-v9-latin-300.ttf') format('truetype'),
		url('./assets/img/poppins-v9-latin-300.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'Mulish';
	font-weight: 300;
	font-display: auto;
	font-fallback: Open Sans, Arial, Helvetica, sans serif;
	src: url('./assets/img/mulish-v3-latin-300.woff2') format('woff2'),
		url('./assets/img/mulish-v3-latin-300.woff') format('woff'),
		url('./assets/img/mulish-v3-latin-300.ttf') format('truetype'),
		url('./assets/img/mulish-v3-latin-300.eot') format('embedded-opentype');
}
@font-face {
	font-family: 'Mulish';
	font-weight: 700;
	font-display: auto;
	font-fallback: Open Sans, Arial, Helvetica, sans serif;
	src: url('./assets/img/mulish-v3-latin-700.woff2') format('woff2'),
		url('./assets/img/mulish-v3-latin-700.woff') format('woff'),
		url('./assets/img/mulish-v3-latin-700.ttf') format('truetype'),
		url('./assets/img/mulish-v3-latin-700.eot') format('embedded-opentype');
}
