@font-face {
  font-family: "Cocogoose";
  src: url("../fonts/Cocogoose-UltraLight.woff2") format("woff2"), url("../fonts/Cocogoose-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
body {
  background: #f7f9fc;
  overflow: hidden;
}
body header {
  background: #fff;
  height: 130px;
}
body .main h1 {
  font-size: 3.5rem;
  font-family: "Cocogoose";
}
@media screen and (max-width: 767px) {
  body .main h1 {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
