@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: 100;
	font-style: normal;
	src: url('files/fonts/vmsans-thin.woff2') format('woff2');
  }

   @font-face {
	font-family: 'vm-sans';
	font-weight: 300;
	font-style: normal;
	src: url('files/fonts/vmsans-light.woff2') format('woff2');
  }
  
  @font-face {
	font-family: 'vm-sans';
	font-weight: 400;
	font-style: normal;
	src: url('files/fonts/vmsans-regular.woff2') format('woff2');
  }
  
   @font-face {
	font-family: 'vm-sans';
	font-weight: 500;
	font-style: normal;
	src: url('files/fonts/vmsans-medium.woff2') format('woff2');
  }

    @font-face {
	font-family: 'vm-sans';
	font-weight: 700;
	font-style: normal;
	src: url('files/fonts/vmsans-bold.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;
 }