
/* LEAD DEVT CORP — AIRSTONE SYMBOL-SAFE FIX
   Requested display text stays Airstone, but punctuation/symbols use
   American Typewriter instead so special-symbol glyphs are never taken
   from the Airstone font. */

.airstone-symbol {
    font-family: 'American Typewriter', 'Courier New', Courier, serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}
