@font-face {
	font-family: 'face1';
	font-weight: normal;
	font-style: normal;
	src: url('files/fonts/barlow-regular-webfont.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'face1';
	font-weight: bold;
	font-style: normal;
	src: url('files/fonts/barlow-extrabold-webfont.woff2') format('woff2');
  }
  
   @font-face {
	font-family: 'face1';
	font-weight: normal;
	font-style: italic;
	src: url('files/fonts/barlow-italic-webfont.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'face1';
	font-weight: bold;
	font-style: italic;
	src: url('files/fonts/barlow-extrabolditalic-webfont.woff2') format('woff2');
  }