@font-face {
    font-family: "TrapBlack";
    src: url('../fonts/Trap-Black.otf') format('opentype');
}
  
@font-face {
    font-family: "TrapBold";
    src: url('../fonts/Trap-Bold.otf') format('opentype');
}
  
@font-face {
    font-family: "TrapExtraBold";
    src: url('../fonts/Trap-ExtraBold.otf') format('opentype');
}
  
@font-face {
    font-family: "TrapLight";
    src: url('../fonts/Trap-Light.otf') format('opentype');
}
  
@font-face {
    font-family: "TrapMedium";
    src: url('../fonts/Trap-Medium.otf') format('opentype');
}
  
@font-face {
    font-family: "TrapRegular";
    src: url('../fonts/Trap-Regular.otf') format('opentype');
}
  
@font-face {
    font-family: "TrapSemiBold";
    src: url('../fonts/Trap-SemiBold.otf') format('opentype');
}