@font-face {
  font-family: 'Silkscreen';
  src: url('fonts/silkscreen_regular.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/lato_thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/lato_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/lato_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

body {
  background: #1a1a1a;
  color: #e0e0e0;
  font-family: 'Lato', sans-serif;
  line-height: 1.2;
  max-width: 600px;
  margin: 40px auto;
  padding: 0 20px;
}

a {
  color: #ff2181;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #ff2181;
  border-radius: 0.5em;
  padding: 0.2em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin: 0.1em;
}

a[href^="mailto:"] {
  font-family: monospace;
}

h1 {
  font-family: "Silkscreen";
  font-size: 2.9em;
  color: rgb(255, 255, 68);

}

h2, h3 {
  font-family: "Silkscreen";
  font-size: 2em;
  margin-bottom: 0.5em;
  margin-top: 2em;
}

ul {
  margin-bottom: 0;
}

li {
  list-style: none;
  margin-bottom: 0.4em;
}

small {
  font-weight: 200;
}
