@font-face {
  font-family: "Chomsky";
  src: url("fonts/chomsky-webfont.woff2") format("woff2"),
       url("fonts/chomsky-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/lato-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  color: #fff;
  background-color: #12100e;
  background-image: url("gloom-of-twilight-background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

figure {
  position: relative;
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 4rem);
}

blockquote {
  margin: 0;
}

blockquote p {
  margin: 0;
  font-family: "Chomsky", "Old English Text MT", serif;
  font-size: clamp(2rem, 6.2vw, 8rem);
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

figcaption {
  position: absolute;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(1.5rem, 4vw, 4rem);
  font-family: "Lato", system-ui, sans-serif;
  font-size: clamp(0.875rem, 1.67vw, 2rem);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  /* Tracking adds a trailing space after the last letter; pull it back so the
     line optically aligns with the right gutter. */
  margin-right: -0.14em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}
