/*
 * apton-icons.css — RESTORED 2026-09-08
 *
 * The original theme shipped a proprietary icon font ('apton-icon', 7 glyphs at
 * U+E900-U+E906). That font was never captured by the Wayback Machine and the
 * files are unrecoverable.
 *
 * To keep the markup and all existing theme styling untouched, the original
 * class names are preserved here but aliased onto Font Awesome Free 5.15.4,
 * which is already loaded by the page. Each glyph is mapped to the closest
 * free equivalent. If the original font is ever recovered, restore
 * apton-icons.css.orig and drop the .woff/.ttf into assets/fonts/.
 */

[class^="apton-icon-"], [class*=" apton-icon-"] {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* U+E900 — was: app-development   → mobile-alt */
.apton-icon-app-development:before {
  content: "\f3cd";
}
/* U+E901 — was: computer-graphic1 → book-reader */
.apton-icon-computer-graphic1:before {
  content: "\f5da";
}
/* U+E902 — was: computer-graphic  → laptop */
.apton-icon-computer-graphic:before {
  content: "\f109";
}
/* U+E903 — was: development1      → graduation-cap */
.apton-icon-development1:before {
  content: "\f19d";
}
/* U+E904 — was: development       → code (unused in current pages) */
.apton-icon-development:before {
  content: "\f121";
}
/* U+E905 — was: mail              → envelope */
.apton-icon-mail:before {
  content: "\f0e0";
}
/* U+E906 — was: responsive        → gift */
.apton-icon-responsive:before {
  content: "\f06b";
}
