@font-face {
  font-family: 'typicons';
  src: url("path/to/typicons.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
font-family: 'Helvetica';
font-style: normal;
font-weight: normal;
src: local('Helvetica'), url('Helvetica.woff') format('woff');
}

html, body {font-family:"Helvetica";}
a {color:inherit;outline:none;}
a:hover {color:inherit;text-decoration:inherit;}
textarea {resize:none;}
body > p ,
#footer-contacts > p,
#navbar-wrp > p {display:none;}
