/* ==========================================================================
   ZENTH TRADE — icones
   zt-icones.css  ·  v1.0.0
   --------------------------------------------------------------------------
   Phosphor Icons 2.1.1 vendorizado (MIT). Fontes completas em assets/icons/,
   mas o CSS traz apenas o subconjunto usado pelo site: o arquivo oficial
   tem 78 KB por peso e nao se justifica numa hospedagem compartilhada.
   Para liberar um icone novo, copie a regra do CSS oficial do Phosphor.
   ========================================================================== */

@font-face {
  font-family: "Phosphor";
  src: url("../icons/Phosphor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Phosphor-Fill";
  src: url("../icons/Phosphor-Fill.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph, .ph-fill {
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph { font-family: "Phosphor" !important; }
.ph-fill { font-family: "Phosphor-Fill" !important; }

/* ------------------------------------------------------------- regular -- */
.ph.ph-arrow-left:before{content:"\e058"}
.ph.ph-arrow-right:before{content:"\e06c"}
.ph.ph-arrow-square-out:before{content:"\e5de"}
.ph.ph-arrow-up-right:before{content:"\e092"}
.ph.ph-barcode:before{content:"\e0b8"}
.ph.ph-battery-charging:before{content:"\e0ba"}
.ph.ph-buildings:before{content:"\e102"}
.ph.ph-calendar-blank:before{content:"\e10a"}
.ph.ph-camera:before{content:"\e10e"}
.ph.ph-cardholder:before{content:"\e5fa"}
.ph.ph-caret-down:before{content:"\e136"}
.ph.ph-caret-left:before{content:"\e138"}
.ph.ph-caret-right:before{content:"\e13a"}
.ph.ph-caret-up:before{content:"\e13c"}
.ph.ph-chat-circle-text:before{content:"\e16e"}
.ph.ph-chat-teardrop-text:before{content:"\e178"}
.ph.ph-check-circle:before{content:"\e184"}
.ph.ph-circle-notch:before{content:"\eb44"}
.ph.ph-clipboard-text:before{content:"\e198"}
.ph.ph-clock:before{content:"\e19a"}
.ph.ph-copy:before{content:"\e1ca"}
.ph.ph-cube:before{content:"\e1da"}
.ph.ph-currency-circle-dollar:before{content:"\e54c"}
.ph.ph-device-mobile:before{content:"\e1e0"}
.ph.ph-devices:before{content:"\eba4"}
.ph.ph-dot-outline:before{content:"\ece0"}
.ph.ph-envelope-simple:before{content:"\e218"}
.ph.ph-funnel:before{content:"\e266"}
.ph.ph-funnel-simple:before{content:"\e268"}
.ph.ph-globe-hemisphere-west:before{content:"\e28c"}
.ph.ph-hand-coins:before{content:"\ea8c"}
.ph.ph-headphones:before{content:"\e2a6"}
.ph.ph-heart:before{content:"\e2a8"}
.ph.ph-house:before{content:"\e2c2"}
.ph.ph-image:before{content:"\e2ca"}
.ph.ph-info:before{content:"\e2ce"}
.ph.ph-lightning:before{content:"\e2de"}
.ph.ph-link-simple:before{content:"\e2e6"}
.ph.ph-list:before{content:"\e2f0"}
.ph.ph-magnifying-glass:before{content:"\e30c"}
.ph.ph-map-pin:before{content:"\e316"}
.ph.ph-minus:before{content:"\e32a"}
.ph.ph-navigation-arrow:before{content:"\eade"}
.ph.ph-package:before{content:"\e390"}
.ph.ph-paper-plane-tilt:before{content:"\e398"}
.ph.ph-phone:before{content:"\e3b8"}
.ph.ph-plug-charging:before{content:"\eb5c"}
.ph.ph-plus:before{content:"\e3d4"}
.ph.ph-question:before{content:"\e3e8"}
.ph.ph-receipt:before{content:"\e3ec"}
.ph.ph-rows:before{content:"\e5a2"}
.ph.ph-seal-check:before{content:"\e606"}
.ph.ph-share-network:before{content:"\e408"}
.ph.ph-shield-check:before{content:"\e40c"}
.ph.ph-sim-card:before{content:"\e664"}
.ph.ph-sliders-horizontal:before{content:"\e434"}
.ph.ph-spinner-gap:before{content:"\e66c"}
.ph.ph-squares-four:before{content:"\e464"}
.ph.ph-star:before{content:"\e46a"}
.ph.ph-storefront:before{content:"\e470"}
.ph.ph-tag:before{content:"\e478"}
.ph.ph-trash:before{content:"\e4a6"}
.ph.ph-truck:before{content:"\e4b4"}
.ph.ph-user:before{content:"\e4c2"}
.ph.ph-users:before{content:"\e4d6"}
.ph.ph-warning:before{content:"\e4e0"}
.ph.ph-warning-circle:before{content:"\e4e2"}
.ph.ph-watch:before{content:"\e4e6"}
.ph.ph-wifi-high:before{content:"\e4ea"}
.ph.ph-x:before{content:"\e4f6"}

/* ---------------------------------------------------------------- fill -- */
.ph-fill.ph-check-circle:before{content:"\e184"}
.ph-fill.ph-circle:before{content:"\e18a"}
.ph-fill.ph-facebook-logo:before{content:"\e226"}
.ph-fill.ph-instagram-logo:before{content:"\e2d0"}
.ph-fill.ph-map-pin:before{content:"\e316"}
.ph-fill.ph-phone:before{content:"\e3b8"}
.ph-fill.ph-seal-check:before{content:"\e606"}
.ph-fill.ph-star:before{content:"\e46a"}
.ph-fill.ph-whatsapp-logo:before{content:"\e5d0"}
