@font-face {
  font-family: 'Finder';
  font-weight: 100 900; /* variable */
  font-style: normal;
  src: url('FinderVariable.woff2') format('woff2'),
       url('FinderVariable.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Finder';
  font-weight: 400; 
  font-style: normal;
  src: url('Finder-Regular.woff2') format('woff2'),
       url('Finder-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Finder';
  font-weight: 300;
  font-style: normal;
  src: url('Finder-Light.woff2') format('woff2'),
       url('Finder-Light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Finder';
  font-weight: 700;
  font-style: normal;
  src: url('Finder-Bold.woff2') format('woff2'),
       url('Finder-Bold.ttf') format('truetype');
  font-display: swap;
}