@import url('fonts/noto-sans.css');
@import url('fonts/noto-serif.css');
@import url('fonts/noto-sans-mono.css');

body {
    margin: 0 auto;
    max-width: 50em;
    font-family: 'Noto Sans', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.5;
    color: #4e6472;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-top: 1em;
    color: #232323;
    font-family: 'Noto Serif', serif;
}

strong {
  font-weight: 700;
  color: #232323;
}

em {
    font-style: italic;
    color: #232323;
  }


code,
pre {
    background: #f5f7f9;
    border-bottom: 1px solid #d8dee9;
    color: #a7adba;
}

code {
  padding: 2px 4px;
  vertical-align: text-bottom;
}

pre {
  padding: 1em;
  border-left: 2px solid #69c;
}

a {
    color: #e81c4f;
  }

