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

.icon[class^="icon-custom-"], .icon[class*=" icon-custom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'regnum-custom-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

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

.icon-custom-certificate:before {
  content: "\e900";
}
.icon-custom-communication:before {
  content: "\e901";
}
.icon-custom-discount:before {
  content: "\e902";
}
.icon-custom-rrhh:before {
  content: "\e903";
}
.icon-custom-salary:before {
  content: "\e904";
}
.icon-custom-tools:before {
  content: "\e905";
}
