/*!
 * Material Design Icons — SUBSET, self-hosted.
 * Derived from @mdi/font 6.5.95 (Pictogrammers, Apache-2.0 / SIL OFL 1.1).
 *
 * WHY THIS FILE EXISTS
 * The theme used to load the full stylesheet from cdn.jsdelivr.net: 305,022 b of
 * CSS defining 6,596 icons, plus a 361,384 b webfont, render-blocking on the
 * lead-capture page, with no Subresource Integrity attribute.
 *
 * This site uses SEVEN of those 6,596 icons. The list was taken from the LIVE
 * database (wp_posts), not from a page sample:
 *   - six social icons in the et_footer_layout templates
 *   - mdi-phone, in ACF field #88 "Click To Call Text"
 * A six-page HTML crawl found only the social six and MISSED mdi-phone. If you
 * ever trim or regenerate this file, re-run the DATABASE query, not a crawl.
 *
 * TO ADD AN ICON: add its class here AND re-subset the woff2 to include the new
 * codepoint — adding the CSS rule alone renders an empty box (tofu).
 */
@font-face {
  font-family: "Material Design Icons";
  src: url("./fonts/materialdesignicons-subset.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.mdi::before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-facebook::before { content: "\F020C"; }
.mdi-instagram::before { content: "\F02FE"; }
.mdi-linkedin::before { content: "\F033B"; }
.mdi-pinterest::before { content: "\F0407"; }
.mdi-twitter::before { content: "\F0544"; }
.mdi-youtube::before { content: "\F05C3"; }
.mdi-phone::before { content: "\F03F2"; }
