@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.woff?tin97q') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
   Scoped to the 28 numbered icomoon classes, not [class^="icon-"] (2026-09-05).

   The attribute selector matched any class list starting with or containing "icon-",
   which in this theme means .icon-box (10 uses), .icon-bar (the hamburger) and
   .icon-outer — layout boxes, not icons. They were being given font-family: icomoon
   !important and line-height: 1, and the line-height is what showed: the phone icon in
   the licensee page's "Text Message" panel sat at the top of its 50px box instead of
   centred, because .lh_50 lost to a same-specificity rule loaded after it.

   An attribute selector cannot say "icon- followed by digits", so the list is explicit.
   Regenerate it if icons are added to the font.
*/
.icon-1,.icon-2,.icon-3,.icon-4,.icon-5,.icon-6,.icon-7,.icon-8,.icon-9,.icon-10,.icon-11,.icon-12,.icon-13,.icon-14,.icon-15,.icon-16,.icon-17,.icon-18,.icon-19,.icon-20,.icon-21,.icon-22,.icon-23,.icon-24,.icon-25,.icon-26,.icon-27,.icon-28 {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1:before { content: "\e900"; }
.icon-2:before { content: "\e901"; }
.icon-3:before { content: "\e902"; }
.icon-4:before { content: "\e903"; }
.icon-5:before { content: "\e904"; }
.icon-6:before { content: "\e905"; }
.icon-7:before { content: "\e906"; }
.icon-8:before { content: "\e907"; }
.icon-9:before { content: "\e908"; }
.icon-10:before { content: "\e909"; }
.icon-11:before { content: "\e90a"; }
.icon-12:before { content: "\e90b"; }
.icon-13:before { content: "\e90c"; }
.icon-14:before { content: "\e90d"; color: #808080; }
.icon-15:before { content: "\e90e"; }
.icon-16:before { content: "\e90f"; }
.icon-17:before { content: "\e910"; }
.icon-18:before { content: "\e911"; }
.icon-19:before { content: "\e912"; }
.icon-20:before { content: "\e913"; }
.icon-21:before { content: "\e914"; }
.icon-22:before { content: "\e915"; }
.icon-23:before { content: "\e916"; }
.icon-24:before { content: "\e917"; }
.icon-25:before { content: "\e918"; }
.icon-26:before { content: "\e919"; }
.icon-27:before { content: "\e91a"; }
.icon-28:before { content: "\e91b"; }
