@font-face {
  font-family: 'azija';
  src: url('/fonts/electroharmonix.otf') format('opentype')
  /* Additional font properties if needed */
}

h1, h2 {
  font-family: 'azija', sans-serif;
  /* Other styling properties */
}



