/* https://fonts.google.com/specimen/Inter */

@font-face 
{
  	font-family: 'inter';
	src: url('Inter-VariableFont_slnt,wght.woff2') format('woff2') tech('variations'),
         url('Inter-VariableFont_slnt,wght.woff2') format('woff2-variations');
    font-weight: 100 900;
  	font-display: swap;
}
