/* When changing path to font files, be aware they are also preloaded in index.html */

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./inter/v1/inter-400.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('./inter/v1/inter-600.woff2') format('woff2');
}
