@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");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/work-sans/WorkSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: italic;
  src: url("/fonts/work-sans/WorkSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/work-sans/WorkSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 600;
  font-style: italic;
  src: url("/fonts/work-sans/WorkSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 800;
  font-style: normal;
  src: url("/fonts/work-sans/WorkSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 800;
  font-style: italic;
  src: url("/fonts/work-sans/WorkSans-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/libre-baskerville/LibreBaskerville-Regular.ttf");
}
@font-face {
  font-family: "Libre Baskerville";
  font-weight: 400;
  font-style: italic;
  src: url("/fonts/libre-baskerville/LibreBaskerville-Italic.ttf");
}
@font-face {
  font-family: "Libre Baskerville";
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/libre-baskerville/LibreBaskerville-Bold.ttf");
}
*, :before, :after {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  list-style: none;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 8px;
}

body {
  height: 100%;
  font: normal 2.5rem/1.35 "Work Sans", sans-serif;
  background: #001;
  color: #eee;
  padding: 0;
}

h1, h2, h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
}

h1 {
  font-size: 4.2rem;
  margin: 2rem 0rem;
}

h2 {
  font-size: 2.5rem;
  margin: 1em 0 0 -1em;
  opacity: 1;
  width: 50%;
  padding-bottom: 1.2em;
  padding-left: 1em;
  margin-bottom: 2em;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M -6 0 L 50 88 L 106 0' stroke='magenta' opacity='.7' stroke-width='12' fill='transparent' /></svg>") left bottom/25px 16px repeat-x;
}

h3 {
  font-family: "Work Sans", sans-serif;
  font-size: smaller;
  font-weight: 600;
  letter-spacing: 0.1em;
}

p {
  margin-bottom: 1em;
}

.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;
  padding-top: 8rem;
}

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

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

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

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

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