/* ============================================================
   Cartzilla Icons - Rebuild (Legal Alternative)
   Compatible Classes: czi-facebook, czi-twitter, czi-instagram, czi-youtube
   Author: Lois (Rebuild)
   ============================================================ */

   @font-face {
    font-family: "CartzillaIcons";
    src: url("../fonts/cartzilla-icons.woff2") format("woff2"),
         url("../fonts/cartzilla-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  /* Base style */
  [class^="czi-"],
  [class*=" czi-"] {
    font-family: "CartzillaIcons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1;
    font-size: 1.2rem;
  }
  
  /* Icon mapping (Unicode custom, safe to use) */
  .czi-facebook:before {
    content: "\e900";
  }
  .czi-twitter:before {
    content: "\e901";
  }
  .czi-instagram:before {
    content: "\e902";
  }
  .czi-youtube:before {
    content: "\e903";
  }
  
  /* Optional sizes */
  .czi-lg { font-size: 1.6rem; }
  .czi-xl { font-size: 2rem; }
  
  /* Optional colors */
  .czi-blue { color:#1877f2; }
  .czi-light { color:#ddd; }
  .czi-dark { color:#333; }
  