@font-face {
  font-family: 'AeternaIcons';
  src: url('../fonts/aeterna-icons.woff2') format('woff2'),
       url('../fonts/aeterna-icons.woff') format('woff'),
       url('../fonts/aeterna-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ai {
  font-family: 'AeternaIcons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  color: var(--aeterna-icon-gold, #DEAD4B);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ai-glow {
  text-shadow: 0 0 .25em rgba(240, 200, 80, .40), 0 0 .60em rgba(140, 38, 180, .55);
}
.ai-purple { color: var(--aeterna-icon-purple, #D9A4FF); }
.ai-gold { color: var(--aeterna-icon-gold, #DEAD4B); }

.ai-aeterna-emblem::before { content: '\e001'; }
.ai-library::before { content: '\e002'; }
.ai-contribute::before { content: '\e003'; }
.ai-maps::before { content: '\e004'; }
.ai-signal::before { content: '\e005'; }
.ai-member-profile::before { content: '\e006'; }
.ai-search::before { content: '\e007'; }
.ai-occult-sciences::before { content: '\e008'; }
.ai-militaristic-sciences::before { content: '\e009'; }
.ai-modern-science::before { content: '\e00a'; }
.ai-research-maps::before { content: '\e00b'; }
.ai-strategic-archive::before { content: '\e00c'; }
.ai-cybernetic-index::before { content: '\e00d'; }
.ai-contribute-pencil::before { content: '\e00e'; }
.ai-hermetic-tradition::before { content: '\e00f'; }
.ai-goetia::before { content: '\e010'; }
.ai-alchemy::before { content: '\e011'; }
.ai-kabbalah::before { content: '\e012'; }
.ai-grimoires::before { content: '\e013'; }
.ai-sacred-geometry::before { content: '\e014'; }
.ai-target-focus::before { content: '\e015'; }
.ai-esoteric-technology::before { content: '\e016'; }
.ai-cybernetics-cognition::before { content: '\e017'; }
.ai-modern-science-purple::before { content: '\e018'; }
.ai-materials-transmutation::before { content: '\e019'; }
.ai-strategic-research::before { content: '\e01a'; }
.ai-celestial-mechanics::before { content: '\e01b'; }
.ai-navigation-signal::before { content: '\e01c'; }
.ai-research-maps-nodes::before { content: '\e01d'; }
.ai-strategic-archive-shield::before { content: '\e01e'; }
.ai-cybernetic-index-brain::before { content: '\e01f'; }
.ai-contribute-pen::before { content: '\e020'; }
.ai-settings-gear::before { content: '\e021'; }
.ai-favorites-star::before { content: '\e022'; }
.ai-alerts-triangle::before { content: '\e023'; }
.ai-notes-document::before { content: '\e024'; }
.ai-rituals-triangle::before { content: '\e025'; }
.ai-chevron-right::before { content: '\e026'; }
.ai-chevron-down::before { content: '\e027'; }
.ai-external-link::before { content: '\e028'; }
.ai-open-in-new::before { content: '\e029'; }
.ai-more-menu::before { content: '\e02a'; }
.ai-filter::before { content: '\e02b'; }
.ai-download::before { content: '\e02c'; }
.ai-upload::before { content: '\e02d'; }
.ai-copy::before { content: '\e02e'; }
.ai-link::before { content: '\e02f'; }
.ai-lock::before { content: '\e030'; }
.ai-unlock::before { content: '\e031'; }
.ai-close::before { content: '\e032'; }
