body {
  color: $base-text-color;
  background: $base-background;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  p {
    margin: 0 0 1rem 0;
  }
  span.para {
    display: block;
    margin: 1rem 0;    
  }  
}

#g-page-surround {
  background: $pagesurround-background;
  overflow: hidden;

  .g-bodyonly & {
    color: $base-text-color;
    background: $base-background;     
  } 
}

@media print {
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
