/*Font Styles*/
@font-face {
  font-family: 'avante';
  src: url('type/avante.eot');
  src: local('avante'), local('avante'),
    url("type/avante.woff") format("woff"),
    url("type/avante.otf") format("opentype"),
    url("type/avante.svg#avante") format("svg");
}

