@font-face {
  font-family: "Gambetta";
  src: url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-Regular.woff2") format("woff2"), url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-Regular.woff") format("woff"), url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gambetta";
  src: url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-Italic.woff2") format("woff2"), url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-Italic.woff") format("woff"), url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Gambetta";
  src: url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-Bold.woff2") format("woff2"), url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-Bold.woff") format("woff"), url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gambetta";
  src: url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-BoldItalic.woff2") format("woff2"), url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-BoldItalic.woff") format("woff"), url("/fonts/Gambetta_Complete/Fonts/WEB/fonts/Gambetta-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GFS Didot";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/GFS_Didot/GFSDidot.otf") format("opentype");
}
@font-face {
  font-family: "GFS Didot";
  font-weight: bold;
  font-style: normal;
  src: url("/fonts/GFS_Didot/GFSDidotBold.otf") format("opentype");
}
@font-face {
  font-family: "GFS Didot";
  font-weight: 400;
  font-style: italic;
  src: url("/fonts/GFS_Didot/GFSDidotItalic.otf") format("opentype");
}
@font-face {
  font-family: "GFS Didot";
  font-weight: bold;
  font-style: italic;
  src: url("/fonts/GFS_Didot/GFSDidotBoldItalic.otf") format("opentype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/work_sans/WorkSans-Regular.ttf");
}
@font-face {
  font-family: "Work Sans";
  font-weight: bold;
  font-style: normal;
  src: url("/fonts/work_sans/WorkSans-Bold.ttf");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 400;
  font-style: italic;
  src: url("/fonts/work_sans/WorkSans-Italic.ttf");
}
:root {
  --cta-color: #ffc833;
  --cta-color: color(display-p3 1 0.784 0.2);
}

*, :before, :after {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  list-style: none;
  box-sizing: border-box;
}

html {
  font-size: 8px;
}

body {
  font: normal 3rem/1.4 "Work Sans";
  background: black;
  color: #eee;
}

h1 {
  font-family: "Gambetta";
  font-size: 9rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin-bottom: 2.5rem;
}

h2 {
  font-family: "Pally";
  font-weight: 700;
  font-style: italic;
  margin: 0 0 2rem;
}

a, :link {
  color: var(--cta-color);
  letter-spacing: 0.06em;
  font-family: "Gambetta";
}

p {
  margin-bottom: 1.2em;
}

label {
  display: block;
  margin-bottom: 0.2em;
}

.stayUpToDateSidebar {
  border: 1px solid white;
  padding: 1em;
}

.stayUpToDateSidebar form,
.stayUpToDateSidebar p {
  margin-bottom: 0.6em;
}

p:empty {
  margin: 0;
}

input[type=email] {
  border: 1px solid white;
  color: white;
  font: inherit;
  padding: 0 1em;
  flex-shrink: 1;
}

.subscribe {
  display: block;
  background: var(--cta-color);
  font-weight: 800;
  padding: 0 1em;
}

.row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1px;
}

[disabled] {
  opacity: 0.5;
}

.failed {
  color: orangered;
}

.succeeded {
  color: green;
}

.pixelArt {
  image-rendering: pixelated;
}

.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;
}

.exampleLevel {
  display: block;
  --d: 100%;
  width: var(--d);
  height: auto;
  border: 1px solid white;
  margin: 0 auto 4rem;
}

.pageSection--description {
  --gap: 6rem;
}
.pageSection--description .contentWrapper {
  max-width: 120rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  justify-content: center;
}
.pageSection--description .screenshotList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pageSection--description .screenshotList li:nth-child(even) {
  transform: translateX(calc(var(--gap) / -2));
}
.pageSection--description .screenshot {
  max-width: 100%;
  border: 1px solid white;
}

.pageFooter {
  font-size: smaller;
  text-align: center;
  padding: 2rem;
  margin-top: 4rem;
  background-color: #222;
}

.latestNews-list {
  display: flex;
  flex-direction: column;
  max-width: 44ch;
}

.latestNews-item {
  margin-bottom: 6rem;
}

.latestNews-title {
  display: block;
  text-decoration: none;
  margin-bottom: 0.6em;
}

.latestNews-title:hover {
  text-decoration: underline;
}

.latestNews-title small {
  color: white;
  font-family: "Work Sans";
  font-size: smaller;
}

.latestNews-blurb {
  max-width: 48ch;
}