@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);

@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);


body {
  font-family: 'Merriweather';
  font-size: 120%;
}

h1, h2 {
  font-family: 'Merriweather';
  font-size: 220%;
}

h3, h4 {
  font-family: 'Merriweather';
  font-size: 150%;
}


p {
  font-family: 'Merriweather';
  font-size: 120%;
}

ul, ol, li {
  font-family: 'Merriweather';
  font-size: 105%;
}

.book .book-summary ul.summary li {
  font-family: 'Merriweather';
  font-size: 105%;
}

/* ug maybe used non-fized width */
.book .book-body .page-wrapper .page-inner section.normal table tbody tr  {
  font-family: 'Merriweather';
  font-size: 80% !important;
}

.book .book-body .page-wrapper .page-inner section.normal table thead tr {
  font-family: 'Merriweather';
  font-weight: bold;
  font-size: 80% !important;
}


/* these don't work completely (esp figures and sizes) */

.book .book-body .page-wrapper .page-inner section.normal figure caption {
  text-align: left;
  font-size: 50% !important;
}

caption {
  text-align: left;
  font-family: 'Merriweather';
  font-size: 50%; 
}

