@font-face {
  font-family: "Ancho";
  font-weight: 200;
  font-style: normal;
  src: url("/fonts/ancho/Ancho-Light.eot");
  src: url("/fonts/ancho/Ancho-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/ancho/Ancho-Light.woff2") format("woff2"), url("/fonts/ancho/Ancho-Light.woff") format("woff");
}
@font-face {
  font-family: "Ancho";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/ancho/Ancho-Regular.eot");
  src: url("/fonts/ancho/Ancho-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ancho/Ancho-Regular.woff2") format("woff2"), url("/fonts/ancho/Ancho-Regular.woff") format("woff");
}
@font-face {
  font-family: "Ancho";
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/ancho/Ancho-Medium.eot");
  src: url("/fonts/ancho/Ancho-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/ancho/Ancho-Medium.woff2") format("woff2"), url("/fonts/ancho/Ancho-Medium.woff") format("woff");
}
@font-face {
  font-family: "Ancho";
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/ancho/Ancho-Bold.eot");
  src: url("/fonts/ancho/Ancho-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/ancho/Ancho-Bold.woff2") format("woff2"), url("/fonts/ancho/Ancho-Bold.woff") format("woff");
}
@font-face {
  font-family: "Ancho";
  font-weight: 800;
  font-style: normal;
  src: url("/fonts/ancho/Ancho-UltraBold.eot");
  src: url("/fonts/ancho/Ancho-UltraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/ancho/Ancho-UltraBold.woff2") format("woff2"), url("/fonts/ancho/Ancho-UltraBold.woff") format("woff");
}
*, :before, :after {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  list-style: none;
  box-sizing: border-box;
}

html {
  font-size: 8px;
}

body {
  font: normal 2.5rem/1.5 "Basic Sans", monospace;
  background: black;
  color: #eee;
}

h1 {
  font-family: Ancho;
}

h2 {
  font-family: Ancho;
  margin: 0 0 1rem;
  font-variant: small-caps;
  font-style: italic;
  text-transform: lowercase;
  letter-spacing: 0.2em;
  font-weight: 100;
}

a, :link {
  color: #ff6666;
}

.pageHeader {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
}

.pageNav {
  text-align: center;
}
.pageNav :link,
.pageNav :visited {
  display: inline-block;
  margin: 0 2rem;
  color: white;
  text-decoration: none;
}

.pageSection {
  padding: 2rem;
}

.contentWrapper {
  max-width: 100rem;
  margin: 0 auto;
}

.pageSection--landingHero .contentWrapper {
  max-width: 120rem;
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 4rem;
}
.pageSection--landingHero .gameCard-featureImage {
  width: 100%;
}

.gameCard {
  margin-bottom: 2rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem 4rem;
  border-radius: 1rem;
}

.gameCard-description {
  color: #ffb000;
  line-height: 1.2;
}

.gameCard-description p {
  max-width: 50ch;
  margin: 0 auto 1em auto;
}

.gameCard-footer {
  position: relative;
}

.gameCard-featureImage {
  width: 100%;
  height: auto;
}

.gameCard-playButton {
  position: absolute;
  top: 66.666%;
  left: 50%;
  background: white;
  padding: 2rem 3rem;
  font-family: Ancho;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  transform: translate(-50%, -50%);
  border-radius: 8em;
  box-shadow: 0 0 1rem 0 red inset;
  border: 0.5rem solid white;
}

.gameCard-playButton, .gameCard-playButton:link {
  color: black;
}

.sidebar {
  line-height: 1.1;
}

.sidebar p {
  margin-top: 1em;
}

.sidebar svg {
  width: 100%;
  height: auto;
}

.neon {
  text-shadow: 0 0 6px currentColor, 0 0 2px #111;
}

.neon--pink {
  color: #f9dfdc;
}

.neon--blue {
  color: #0a81ab;
}