@font-face {
  font-family: 'Reforma 1918';
  src: url('/Reforma1918/Reforma1918-Blanca.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Reforma 1918';
  src: url('/Reforma1918/Reforma1918-BlancaItalica.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Reforma 1918';
  src: url('/Reforma1918/Reforma1918-Gris.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Reforma 1918';
  src: url('/Reforma1918/Reforma1918-GrisItalica.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Reforma 1918';
  src: url('/Reforma1918/Reforma1918-Negra.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Reforma 1918';
  src: url('/Reforma1918/Reforma1918-NegraItalica.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Alegreya Sans';
  src: url('/AlegreyaSans/AlegreyaSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

html {
  color: #ccc;
  font: 300 16px/1.6 "Reforma 1918", Georgia, serif;
  font-size: 20px;
  background-color: #222;
}

body {
  width: 800px;
  padding: 15px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #ddd;
  font-family: Alegreya Sans, Verdana, sans-serif;
  font-weight: 300;
}

.nav-wrap {
  display: flex;
  align-items: baseline;
}

.thread-in-between .thread {
  height: 1px;
  flex: auto;
  background-color: #ccc;
  margin: 25px;
}

nav {
  font-family: Alegreya Sans, Verdana, sans-serif;
  flex: none;
  margin-left: auto;
}

.nav-wrap h1, .nav-wrap nav {
  flex: none;
}

h1, h2, h3, h4, h5, h6, nav {
  margin-block: 0.67em;
}

.date {
  font-size: 0.9em;
  line-height: 1.2;
}

strong, b {
  color: #fff;
}

a {
  color: #eee;
}

pre {
  background: #37373a;
  padding: 8px 16px;
}

code.ts {
  color: #f9f9f9
}

code.ts .type {
  color: #66e4c1;
  font-weight: bold;
}

code.ts .type_builtin {
  font-weight: bold;
  color: #fff;
}
