@font-face {
  font-family: 'Yatra One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/yatra-one-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Yatra One Regular'), local('YatraOne-Regular'),
    url('fonts/yatra-one-v5-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('fonts/yatra-one-v5-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */ url('fonts/yatra-one-v5-latin-regular.woff') format('woff'),
    /* Modern Browsers */ url('fonts/yatra-one-v5-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('fonts/yatra-one-v5-latin-regular.svg#YatraOne') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Yatra One';
  height: 100vh;
  background: #333 url('ocean-sky.jpg') no-repeat center center / cover;
  color: #e0e0e0;
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 3rem;
}

h1,
h2 {
  font-weight: 200;
  margin: 0.4rem;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2rem;
}

/* Cursor effect */
.text-type > .text {
  border-right: 0.02rem solid #777;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 800px) {
  .container {
    padding: 0 1rem;
  }
  h1 {
    font-size: 3rem;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }
}
