@font-face {
  font-family: 'HiraKakuPro-W6';
  src: url('./fonts/HiraKakuPro-W6.otf');
}

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

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

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

@font-face {
  font-family: 'Helvetica Neue';
  src: url('./fonts/HelveticaNeueBold.otf');
}

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