@font-face {
  font-family: 'SERP-Icons-1';
  src:  url('fonts/SERP-Icons-1.eot?fgnms3');
  src:  url('fonts/SERP-Icons-1.eot?fgnms3#iefix') format('embedded-opentype'),
    url('fonts/SERP-Icons-1.ttf?fgnms3') format('truetype'),
    url('fonts/SERP-Icons-1.woff?fgnms3') format('woff'),
    url('fonts/SERP-Icons-1.svg?fgnms3#SERP-Icons-1') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SERP-Icons-1' !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;

  color: inherit; /* Let Elementor control the color */
}

.icon-serp-download-icon:before {
  content: "\e900";
  color: inherit;
}
.icon-serp-external-link-icon:before {
  content: "\e901";
  color: inherit;
}
.icon-serp-login-icon:before {
  content: "\e902";
  color: inherit;
}
.icon-serp-logout-icon:before {
  content: "\e903";
  color: inherit;
}
.icon-serp-search-icon:before {
  content: "\e904";
  color: inherit;
}
.icon-serp-user-icon:before {
  content: "\e905";
  color: inherit;
}