/* TuskerGrotesk Font Family */

/* 6700 Bold */
@font-face {
  font-family: 'TuskerGrotesk6700';
  src: url('./TuskerGrotesk-6700Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 6500 Medium */
@font-face {
  font-family: 'TuskerGrotesk6500';
  src: url('./TuskerGrotesk-6500Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 5600 Bold */
@font-face {
  font-family: 'TuskerGrotesk5600';
  src: url('./TuskerGrotesk-5600Semibold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 5700 Bold */
@font-face {
  font-family: 'TuskerGrotesk5700';
  src: url('./TuskerGrotesk-5700Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

