@font-face {
    font-family: 'VVG-Font-Icon';
    src:  url('../fonts/VVG-Font-Icon.eot?9ph81d');
    src:  url('../fonts/VVG-Font-Icon.eot?9ph81d#iefix') format('embedded-opentype'),
      url('../fonts/VVG-Font-Icon.ttf?9ph81d') format('truetype'),
      url('../fonts/VVG-Font-Icon.woff?9ph81d') format('woff'),
      url('../fonts/VVG-Font-Icon.svg?9ph81d#VVG-Font-Icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="vvg-"], [class*=" vvg-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'VVG-Font-Icon', sans-serif !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;
  }
  
  .vvg-logout:before {
    content: "\e900";
  }
  .vvg-settings:before {
    content: "\e901";
  }
  .vvg-notifications:before {
    content: "\e902";
  }
  .vvg-profile:before {
    content: "\e903";
  }
  .vvg-hamburger-menu:before {
    content: "\e904";
  }
  .vvg-arrow-down:before {
    content: "\e905";
  }
  .vvg-account:before {
    content: "\e906";
  }
  .vvg-apps:before {
    content: "\e907";
  }
  .vvg-home:before {
    content: "\e908";
  }
  .vvg-video-camera:before {
    content: "\e909";
  }
  .vvg-gallery:before {
    content: "\e90a";
  }
  