@font-face {
  font-family: 'cesa-icon';
  src:
    url('fonts/cesa-icon.ttf?hrsij6') format('truetype'),
    url('fonts/cesa-icon.woff?hrsij6') format('woff'),
    url('fonts/cesa-icon.svg?hrsij6#cesa-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="cesa-icon-"], [class*=" cesa-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cesa-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cesa-icon-search-interface-symbol:before {
  content: "\e904";
}
.cesa-icon-heart-1:before {
  content: "\e903";
}
.cesa-icon-heart:before {
  content: "\e900";
}
.cesa-icon-shopping-bag-1:before {
  content: "\e901";
}
.cesa-icon-shopping-bag-2:before {
  content: "\e902";
}
