@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=Ubuntu+Mono:400,700,400italic);

body {
    font-family: 'Droid Serif', serif;
}

h1, h2, h3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: normal;
}

.remark-code, .remark-inline-code {
    font-family: 'Ubuntu Mono', monospace;
}

.hljs-default {
    background: #F8F8F8;
}

a:visited {
    color: #0000EE;
}

li {
    line-height: 1.6em;
}

/*@page {*/
/*    size: A4 landscape;*/
/*}*/

/*.remark-slide {*/
/*    border: 1px solid black;*/
/*}*/

/*.remark-slide {*/
/*  page-break-after: always;*/
/*  page-break-before: always;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

@media print {
    .remark-slide-scaler {
        /*width: 100% !important;*/
        /*height: 100% !important;*/
        /*transform: scale(1) !important;*/
        /*top: 0 !important;*/
        /*left: 0 !important;*/
    }
}
