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

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

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

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