@font-face {
  font-family: 'Druk Wide Bold';
  src: url('/fonts/DrukWideBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Debug: Test if font loads */
.test-druk {
  font-family: 'Druk Wide Bold', sans-serif;
  font-weight: 700;
}
