/* Basic CSS for Kokopelle */
body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #2d2d2d;
  line-height: 147.56%;
  width: 100vw;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
}

.site-container {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
}

.site-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 98px;
  overflow: hidden;
  line-height: 98px;
  background: #C4C4C4;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inconsolata', monospace;
}

a {
  color: inherit;
  text-decoration: none;
}
