@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Roboto+Mono&subset=cyrillic');

html {
  /*font-family: 'Roboto', sans-serif;*/
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 20px;

  -webkit-tap-highlight-color: transparent;

  /*-webkit-user-select: none;  !* Chrome all / Safari all *!*/
  /*-moz-user-select: none;     !* Firefox all *!*/
  /*-ms-user-select: none;      !* IE 10+ *!*/
  /*user-select: none;          !* Likely future *!     */

}

