@font-face {
	font-family: 'inter';
	font-weight: normal;
	font-style: normal;
	src: url('files/fonts/Inter-Light-BETA.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'inter';
	font-weight: bold;
	font-style: normal;
	src: url('files/fonts/Inter-Regular.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'inter';
	font-weight: 800;
	font-style: normal;
	src: url('files/fonts/Inter-SemiBold.woff2') format('woff2');
  }
 
 
   @font-face {
	font-family: 'inter';
	font-weight: normal;
	font-style: italic;
	src: url('files/fonts/Inter-Italic.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'inter';
	font-weight: bold;
	font-style: italic;
	src: url('files/fonts/Inter-BoldItalic.woff2') format('woff2');
  }
  
 
   @font-face {
	font-family: 'vm-sans';
	font-weight: 200;
	font-style: normal;
	src: url('files/fonts/vm-sans-light.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'vm-sans';
	font-weight: normal;
	font-style: normal;
	src: url('files/fonts/vm-sans-regular.woff2') format('woff2');
  }
  
   @font-face {
	font-family: 'vm-sans';
	font-weight: 500;
	font-style: normal;
	src: url('files/fonts/vm-sans-medium.woff2') format('woff2');
  }
 
 
   @font-face {
	font-family: 'vm-loop';
	font-weight: 200;
	font-style: normal;
	src: url('files/fonts/vm-loop-light.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'vm-loop';
	font-weight: normal;
	font-style: normal;
	src: url('files/fonts/vm-loop-regular.woff2') format('woff2');
  }
 
 body {
   font-feature-settings: “calt” off;
 }