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

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

.rz_iconsai:before {
  content: "\e903";
  color: #7678ed;
}
.rz_iconslock:before {
  content: "\e904";
  color: #7678ed;
}
.rz_iconsquote:before {
  content: "\e900";
  color: #da350b;
}
.rz_iconsads:before {
  content: "\e901";
  color: #7678ed;
}
.rz_iconsmusic:before {
  content: "\e902";
  color: #7678ed;
}
