/* Add maven for code font (keep other xaringan defaults */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@import url(https://fonts.googleapis.com/css?family=Jost);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);

body {
 font-family: 'Lato', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif;  

  text-align: justify;
  text-justify: inter-word;
  line-height: 120%;
}
h1, h2 {
  font-family: 'Jost';
  font-weight: normal;
  line-height: 100%;
 margin-block-start: 0.1em;
  margin-block-end: 0.1em;

}


h3 {
  font-family: 'PT Sans Narrow';
  font-weight: normal;
  line-height: 100%;
 margin-block-start: 0.6em;
  margin-block-end: 0.1em;

}

h4 {
  font-family: 'Jost';
  font-weight: normal;
  line-height: 100%;
 margin-block-start: 0.6em;
  margin-block-end: 0.1em;

}

.remark-slide-number {
    font-family: 'Jost';
    font-weight: bold;
}

li, p {
    line-height: 100%;
    font-family: 'Lato';
}
.remark-code, .remark-inline-code { font-family: 'Inconsolata', monospace; }
.remark-code-line-highlighted     { background-color: #ffff88; }
