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

[class^="cc-icon-"], [class*=" cc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'crowdcontainer-font' !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;
}

.cc-icon-arrow:before {
  content: "\e900";
}
.cc-icon-cart:before {
  content: "\e901";
}
.cc-icon-rhomben:before {
  content: "\e902";
}
