/* GT Walsheim Font Face Declarations */
@font-face {
  font-family: 'GT Walsheim';
  src: url('./GT-Walsheim-Black.woff2') format('woff2'),
       url('./GT-Walsheim-Black.woff') format('woff'),
       url('./GT-Walsheim-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url('./GT-Walsheim-Pro-Bold.woff') format('woff'),
       url('./GT-Walsheim-Pro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url('./GT-Walsheim-Pro-Medium.woff') format('woff'),
       url('./GT-Walsheim-Pro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url('./GT-Walsheim-Pro-Regular.woff') format('woff'),
       url('./GT-Walsheim-Pro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Walsheim';
  src: url('./GT-Walsheim-Pro-Light.woff') format('woff'),
       url('./GT-Walsheim-Pro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
