@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?-jettis');
  src:url('fonts/icomoon.eot?#iefix-jettis') format('embedded-opentype'),
    url('fonts/icomoon.woff?-jettis') format('woff'),
    url('fonts/icomoon.ttf?-jettis') format('truetype'),
    url('fonts/icomoon.svg?-jettis#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icom-"], [class*=" icom-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icom-keenli:before {
  content: "\e60e";
}
.icom-keenli-logo:before {
  content: "\e60c";
}
.icom-keenli2:before {
  content: "\e60a";
}
.icom-keenli22:before {
  content: "\e606";
}

:root {
  --font-fallback: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  --font-body: system-ui, var(--font-fallback);
}

body {
  color: #fff;
  font-family: var(--font-body);
  padding: 0;
  margin: 0;
}

.splash-image {
  background-image: url('images/pine-trees.jpg');
  background-position: center;
  background-size: cover;
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.buy-link {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 20px;
}

.edge {
  position: absolute;
  inset: 0;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

.logo {
  font-size: 68px;
}

.sub {
  margin: 18px 0 40px;
  font-family: var(--font-body);
  font-size: 1.8rem;
  font-weight: 300;
}
