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

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

.gvk-fi-rs-cross:before {
  content: "\e95a";
}
.gvk-fi-rs-menu-burger:before {
  content: "\e9c8";
}
