
/* Aeonik Trial Fonts */
@font-face {
  font-family: 'AeonikTrial';
  src: url('../assets/fonts/New Aeonik Trials/AeonikTRIAL-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AeonikTrial';
  src: url('../assets/fonts/New Aeonik Trials/AeonikTRIAL-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* Meuga Fonts */

@font-face {
  font-family: 'Meuga';
  src: url('../assets/fonts/Meuga/Meuga.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Nofex */
@font-face {
  font-family: 'Nofex';
  src: url('../assets/fonts/Nofex-1GLBv.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
h1{
  color: red;
   font-family: 'AeonikTrial';
}
h2{
  color: #000;
  font-family: 'Meuga';
  font-size: 100px;
  letter-spacing: 4px;
  word-spacing: 1px;
}
h3{
  color: red;
  font-family: 'Nofex';
}