@font-face {
  font-family: primary;
  src: url('./fonts/sf-pro-display_regular.ttf');
}

@font-face {
  font-family: primaryBold;
  src: url('./fonts/sf-pro-display_semibold.ttf');
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('./fonts/sf-pro-display_regular.ttf');
}

@font-face {
  font-family: 'SF Pro Display';
  font-weight: bold;
  src: url('./fonts/sf-pro-display_semibold.ttf');
}

@font-face {
  font-family: SWISSKI;
  src: url('./fonts/SWISSKI.TTF');
}

@font-face {
  font-family: Swis721;
  src: url('./fonts/Swis721-Blk-BT-Black-2.ttf');
}

@font-face {
  font-family: Swis721BlKBT;
  font-family: 400;
  src: url('./fonts/Swis721_Blk_BT.ttf');
}

@font-face {
  font-family: 'Neue Haas Unica Pro';
  font-style: italic;
  font-weight: bold;
  src: url('./fonts/NeueHaasUnicaPro-XBlackIt.ttf');
}

@font-face {
  font-family: 'Anton';
  src: url('./fonts/Anton-Regular.ttf');
}

@font-face {
  font-family: '04B09';
  src: url('./fonts/04B_09.ttf');
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter/Inter_18pt-Regular.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  src: url('./fonts/Inter/Inter_18pt-Medium.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: 600;
  src: url('./fonts/Inter/Inter_18pt-SemiBold.ttf');
}

@font-face {
  font-family: 'Inter';
  font-weight: 700;
  src: url('./fonts/Inter/Inter_18pt-Bold.ttf');
}
