/* @font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Afacad';
  src: url('/fonts/Afacad-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Afacad';
  src: url('/fonts/Afacad-Bold.ttf') format('truetype');
  font-weight: bold;
} */

@font-face {
  font-family: 'Trash';
  src: url('/fonts/trash-regular.otf') format('opentype');
  font-weight: normal;
}
@font-face {
  font-family: 'Trash';
  src: url('/fonts/Trash-Light.otf') format('opentype');
  font-weight: 200;
}

@font-face {
  font-family: 'Trash';
  src: url('/fonts/trash-black.otf') format('opentype');
  font-weight: 800;
}
@font-face {
  font-family: 'Trash';
  src: url('/fonts/trash-bold.otf') format('opentype');
  font-weight: bold;
}

@font-face {
  font-family: 'Lufga';
  src: url('/fonts/Lufga-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Lufga';
  src: url('/fonts/Lufga-Light.ttf') format('truetype');
  font-weight: 200;
}

@font-face {
  font-family: 'Lufga';
  src: url('/fonts/Lufga-Bold.ttf') format('truetype');
  font-weight: 800;
}
@font-face {
  font-family: 'Lufga';
  src: url('/fonts/Lufga-Medium.ttf') format('truetype');
  font-weight: bold;
}