@font-face {
  font-family: 'EssentiarumTCG';
  src: url('./EssentiarumTCG.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Energy Symbol Classes */
.energy-symbol {
  font-family: 'EssentiarumTCG', monospace;
  font-size: 2em;
  line-height: 1;
  display: inline-block;
}

.energy-symbol-large {
  font-family: 'EssentiarumTCG', monospace;
  font-size: 4em;
  line-height: 1;
  display: inline-block;
}

/* Energy Type Mappings */
.energy-fire { color: #FF6B35; }
.energy-water { color: #4A90E2; }
.energy-grass { color: #7ED321; }
.energy-lightning { color: #F5A623; }
.energy-fighting { color: #D0021B; }
.energy-psychic { color: #9013FE; }
.energy-darkness { color: #4A4A4A; }
.energy-metal { color: #9B9B9B; }
.energy-fairy { color: #F8E71C; }
.energy-colorless { color: #FFFFFF; }




