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

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

.vfs-icon-magnifying-glass:before {
  content: "\e903";
}
.vfs-icon-plus:before {
  content: "\e900";
}
.vfs-icon-minus:before {
  content: "\e901";
}
.vfs-icon-arrow-right:before {
  content: "\e902";
}
.vfs-icon-arrow-left:before {
  content: "\e904";
}
.vfs-icon-arrow-down:before {
  content: "\e905";
}
.vfs-icon-envelope:before {
  content: "\e906";
}
.vfs-icon-download:before {
  content: "\e907";
}
.vfs-icon-calendar:before {
  content: "\e908";
}
.vfs-icon-location-dot-line:before {
  content: "\e909";
}
.vfs-icon-location-dot:before {
  content: "\e90a";
}
.vfs-icon-phone:before {
  content: "\e90b";
}
.vfs-icon-pen-signature:before {
  content: "\e90c";
}
.vfs-icon-video:before {
  content: "\e90d";
}
.vfs-icon-facebook:before {
  content: "\e90e";
}
.vfs-icon-youtube:before {
  content: "\e90f";
}
