@font-face {
  font-family: 'DeathHector';
  src: url('death.ttf') format('truetype'); /* Replace with the actual path to your font file */
  /* Add more src lines for different font formats (e.g., .woff, .woff2) if available */
}

body {
  font-family: 'DeathHector', sans-serif; /* Apply the custom font to the body or specific elements */
  
}