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

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

.cr-icon-chevron-up:before {
  content: "\e900";
}
.cr-icon-house:before {
  content: "\e901";
}
.cr-icon-phone:before {
  content: "\e902";
}
.cr-icon-envelope:before {
  content: "\e903";
}
.cr-icon-location-dot:before {
  content: "\e904";
}
.cr-icon-arrow-left:before {
  content: "\e905";
}
.cr-icon-arrow-right:before {
  content: "\e906";
}
.cr-icon-arrow-up:before {
  content: "\e907";
}
.cr-icon-arrow-down:before {
  content: "\e908";
}
.cr-icon-cookie:before {
  content: "\e909";
}
.cr-icon-star:before {
  content: "\e90a";
}
.cr-icon-play:before {
  content: "\e90b";
}
.cr-icon-facebook-f:before {
  content: "\e90c";
}
.cr-icon-facebook:before {
  content: "\e90d";
}
.cr-icon-twitter:before {
  content: "\e90e";
}
.cr-icon-instagram:before {
  content: "\e90f";
}
.cr-icon-file-pdf:before {
  content: "\e910";
}
.cr-icon-file-zipper:before {
  content: "\e911";
}
.cr-icon-arrow-up-right-from-square:before {
  content: "\e912";
}
.cr-icon-bars:before {
  content: "\e913";
}
.cr-icon-linkedin-in:before {
  content: "\e914";
}
