@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&subset=latin-ext');

:root {
  font-size: @html-font-size;
  line-height: @body-line-height;
}

body {
  color: @color-body;
  background-color: @color-body-contrast;
  font-size: @body-font-size;
}

body, pre, textarea {
  font-family: @body-font-family;
}
