/* Add maven for code font (keep other xaringan defaults */
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
@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: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; }
h1, h2, h3 {
  font-family: 'Yanone Kaffeesatz';
  font-weight: normal;
}

.remark-code { 
    font-family: 'Inconsolata', monospace; 
    color: #515151;
    /*color: #818181;*/
    /*color: rgb(249, 38, 114);*/
}

.remark-inline-code { 
    font-family: 'Inconsolata', monospace; 
    color: #515151;
    background-color: rgba(217, 5, 2, 0.2);
    border-radius: 5px; /* Making border radius */
    width: auto; /* Making auto-sizable width */
    height: auto; /* Making auto-sizable height */
    padding: 0px 2px 1px 2px;  /*Making space around letters */
    /*color: #818181;*/
    /*color: rgb(249, 38, 114);*/
}
.remark-code-line-highlighted     { background-color: #ffff88; }
