/*
 * Lodestone webfont icons for exploratory content (Eureka / Bozja / Occult Crescent).
 * Fonts downloaded from tomestone.gg's static asset mirror, which mirrors Square
 * Enix's Lodestone webfonts. Glyph mappings extracted from Lodestone's own CSS.
 *
 * Only the three content-tracker icons are defined here — not the social-media
 * set (bluesky / facebook / twitch / x / youtube) that lives in the same font.
 */
@font-face {
  font-family: "FFXIV Lodestone";
  font-display: swap;
  src: url("FFXIV_Lodestone.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FFXIV_Lodestone_SSF";
  font-display: swap;
  src: url("FFXIV_Lodestone_SSF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.xiv-lds,
.xiv-lds-ssf {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.xiv-lds::before     { font-family: "FFXIV Lodestone"; }
.xiv-lds-ssf::before { font-family: "FFXIV_Lodestone_SSF"; }

.xiv-lds-elemental-level::before  { content: "\EA02"; }
.xiv-lds-resistance-level::before { content: "\EA07"; }
.xiv-lds-mikaduki-level::before   { content: "\E037"; }
