@import url("https://use.typekit.net/rft2yio.css");
html {
  /* 1 */
  font-family: proxima-nova, sans-serif;
  color: #F79421;
  font-size: 20px;
}
h1 {
  font-size: 40px;
  line-height: 100%;
}
h1, h2, h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}
.logo {
  min-width: 100%;
  width: 800px;
  text-align: center;
}
a {
  color: #000;
}