@font-face {
  font-family: khand;
  src: url(../font/Khand-Medium.ttf);
}

* {
  font-family: khand;
}
body {
  background-color: #e9f3fc;
}

h1 {
  font-size: 5em !important;
}
