@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300&subset=latin,cyrillic);

* {
  letter-spacing: 0.05rem;
  font-family: 'menu', sans-serif;
}

p {
  letter-spacing: 0.05rem  !important;
  font-family: 'menu', sans-serif  !important;
}



@font-face {
  font-family: 'menu';
/*  src: url('../font/AC Bouncle.ttf') format('truetype');*/
  /*src: url('../font/BravoRG.otf');*/
    src: url('../font/bobobo.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'b2-social';
  src: url('../font/social/social.eot');
  src: url('../font/social/social.eot') format('embedded-opentype'),
       url('../font/social/social.woff2') format('woff2'),
       url('../font/social/social.woff') format('woff'),
       url('../font/social/social.ttf') format('truetype'),
       url('../font/social/social.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}