<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Muli:600,700,800);
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Upright:700');
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Fira+Mono|Open+Sans);

body {
  font-family: 'Source Sans Pro'; sans-serif;
}

h1, h2, h3 {
  font-family: 'Muli'; 
  font-weight: 600;
}


  
.inverse h1 {
  font-family: 'Muli';
  font-weight: 800;
  font-size: 2.5em; 
}

.remark-code, .remark-inline-code {
  font-family: 'Inconsolata', 'Lucida Console', Monaco, monospace;
}

.fancy{
  font-family: 'Cormorant Upright', serif;
  font-weight: 700;
}

/* for mermaid */

.DiagrammeR g .label { 
  font-family: 'Lato'; 
  font-size: 14px; 
  color: rgb(51, 51, 51);
}



</pre></body></html>