/* @override http://localhost:8888/css/screen.css */

html, body {
  font-family: "facitweb-1","facitweb-2", "Trebuchet MS", "Helvetica Neue", "Helvetica", "Arial";
  background-color: #060001;
}

body {
  margin: 200px auto 0;
  padding: 0 20px;
  max-width: 600px;
}

h1 {
  font-size: 50px;
  line-height: 65px; /* Not mutiples, because of different fonts */
  font-weight: 600;
  color: #feffff;
  margin-bottom: 20px;
}

/* When Typekit has loaded */
.wf-active h1 {
  font-size: 48px;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: rgba(254,255,255,0.4);
  margin-top: 0;
  line-height: 1.8em;
}

p a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}

p a:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
