@font-face {
  font-family: ABC Diatype;
  src: url('../fonts/ABCDiatype-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: ABC Diatype;
  src: url('../fonts/ABCDiatype-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Common Serif Regular Italic;
  src: url('../fonts/CommonSerif1-ItalicTwo.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Common Serif Regular;
  src: url('../fonts/CommonSerifHiBeta11-80.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Common Serif VF;
  src: url('../fonts/CommonSerifNoIdeasVF-VF.otf') format("opentype");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  font-family: Common Serif VF, Times New Roman, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

strong {
  font-family: Common Serif VF, Times New Roman, sans-serif;
  font-weight: 600;
}

em {
  font-family: Common Serif Regular Italic, Times New Roman, sans-serif;
  font-style: italic;
}

sup {
  padding-left: 3px;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 19px;
}

.interactive-headline {
  color: #000;
  font-variation-settings: "wght" 521;
  text-align: center;
  letter-spacing: -.25rem;
  -webkit-text-stroke-width: 37px;
  justify-content: center;
  width: 100vw;
  padding-left: 3.5%;
  font-family: Common Serif VF, Times New Roman, sans-serif;
  font-size: 25vw;
  line-height: .8;
  display: flex;
}

.header {
  z-index: 99;
  color: #000;
  justify-content: space-between;
  width: 100%;
  padding: 24px 26px;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 3vw;
  line-height: 1;
  display: flex;
  position: fixed;
}

.header.white {
  color: #fff;
}

.body {
  color: #000;
  background-color: #fcfcfc;
  font-family: Common Serif Regular, Times New Roman, sans-serif;
}

.body.cover {
  background-color: #dc0000;
}

.body.table-of-contents {
  color: #fff;
  background-color: #000;
}

.body.black {
  background-color: #000;
}

.spacer {
  padding-bottom: 20%;
}

.title-text {
  padding-top: 13%;
}

.barcode {
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 8%;
  display: flex;
}

.image {
  width: 50%;
}

.nav {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 45%;
  overflow: clip;
}

.nav.book-ideas {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.nav.book-ideas:hover {
  transform: rotate(0);
}

.nav.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.global-code-embed {
  display: none;
}

.nav-link {
  letter-spacing: -.65px;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 3.6vw;
  font-weight: 500;
  transition: opacity .4s;
}

.nav-link:hover {
  opacity: .54;
}

.nav-link.right {
  text-align: right;
}

.footer {
  color: #000;
  justify-content: space-between;
  width: 100%;
  padding: 24px 26px;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 3vw;
  line-height: 1;
  display: flex;
}

.footer.white {
  color: #fff;
}

.toc-list {
  padding-top: 13%;
}

.act-wrapper {
  justify-content: center;
  align-items: center;
  height: 90svh;
  margin-bottom: 10%;
  display: flex;
  position: relative;
}

.act-wrapper.first {
  height: auto;
}

.act-title {
  text-align: center;
  padding-top: 8%;
}

.act-title.toc {
  padding-top: 0%;
}

.act-image-wrapper {
  z-index: -1;
  height: 100%;
  position: absolute;
}

.h3 {
  font-family: Common Serif VF, Times New Roman, sans-serif;
  font-size: 10.5vw;
  line-height: .9;
}

.h3.act--ix, .h3.act-1 {
  font-variation-settings: "wght" 400;
}

.h3.act-2 {
  font-variation-settings: "wght" 575;
}

.h3.act-3 {
  font-variation-settings: "wght" 600;
}

.h3.act-4 {
  font-variation-settings: "wght" 650;
}

.h3.act-5 {
  font-variation-settings: "wght" 700;
}

.h3.act-6 {
  font-variation-settings: "wght" 800;
}

.h3.act-7 {
  font-variation-settings: "wght" 900;
}

.h3.backmatter {
  font-variation-settings: "wght" 476;
  transition: font-variation-settings .3s;
}

.h3.backmatter:hover {
  font-variation-settings: "wght" 400;
}

.h3.foreword {
  font-weight: 400;
}

.h3.centered {
  text-align: center;
}

.act-inline-image-wrapper {
  object-fit: contain;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.back-matter {
  border-top: 2px solid #fff;
}

.back-matter-wrapper {
  justify-content: center;
  align-items: center;
  height: 60svh;
  display: flex;
  position: relative;
}

.headline {
  color: #000;
  font-variation-settings: "wght" 900;
  text-align: center;
  letter-spacing: 0;
  font-family: Common Serif VF, Times New Roman, sans-serif;
  font-size: 26vw;
  line-height: .8;
  transition: all 6s cubic-bezier(0, 2.913, .421, .276);
}

.headline:hover {
  font-variation-settings: "wght" 510;
  letter-spacing: -5px;
}

.body-act {
  background-color: #fcfcfc;
}

.heading {
  color: #000;
  font-variation-settings: "wght" 515;
  letter-spacing: -4.5px;
  font-family: Common Serif VF, Times New Roman, sans-serif;
  font-size: 11.5vw;
  font-weight: 400;
  line-height: .81;
}

.act-heading {
  padding-left: 26px;
  padding-right: 26px;
}

.act-header-image {
  height: 50vw;
  margin-top: -10vw;
}

.act-header-image.preamble {
  height: 60vw;
  margin-top: 0;
}

.act-header-image.act-2 {
  margin-top: 0;
  padding-left: 6%;
  padding-right: 6%;
}

.act-header-image.act-3 {
  margin-top: -5vw;
}

.act-header-image.act-4 {
  margin-top: -1.5vw;
}

.act-header-image.act-5 {
  height: 43vw;
  margin-top: 5vw;
}

.act-header-image.act-6 {
  height: 60vw;
  margin-top: -5vw;
}

.image-2 {
  height: 100%;
}

.act-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 8%;
  display: flex;
}

.act-text-wrapper.colophon {
  justify-content: flex-start;
  align-items: flex-start;
}

.act-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.p {
  z-index: 9;
  color: #000;
  overflow-wrap: break-word;
  max-width: 933px;
  padding-bottom: 6%;
  font-family: Common Serif Regular, Times New Roman, sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

.p.section-break-headline {
  padding-bottom: 6%;
}

.p.white {
  color: #fff;
}

.p.block-quote {
  padding-top: 0%;
  padding-left: 6%;
}

.p.inline-block-quote {
  text-indent: -1rem;
  padding-top: 0%;
  padding-left: 6%;
}

.section-break-headline {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 8%;
  font-family: Common Serif Regular, Times New Roman, sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

.image-3 {
  max-height: 80%;
}

/* Plain vertical breathing room around inline images. The background fade
   runway is now handled in JS (see WebflowInteractions), so these no longer
   need the old negative-margin / oversized-padding scroll hack. */
.image-spacer {
  width: 100%;
  padding-top: 25vh;
}

.image-spacer.bottom {
  pointer-events: none;
  padding-top: 15vh;
}

.img-caption {
  width: 100%;
  padding-top: 4%;
}

.caption {
  color: #fff;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
}

.act-inline-image {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.theme-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  width: 10%;
  display: flex;
}

.light-toggle {
  cursor: pointer;
  background-color: #fcfcfc;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}

.light-toggle.selected {
  background-color: #0000;
  border: 3px solid #d9d9d9;
}

.dark-toggle {
  cursor: pointer;
  background-color: #000;
  border: 0 solid #d9d9d9;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}

.dark-toggle.selected {
  border-width: 3px;
}

.act-img {
  height: 100%;
}

.image-4 {
  fill: #000;
}

.progress-bar-container {
  width: 100%;
  height: 8px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.progress-bar-fill {
  background-color: #000;
  width: 0%;
  height: 100%;
}

.slider {
  background-color: #000;
  width: 100%;
  height: 100vh;
}

.left-arrow {
  z-index: 98;
  cursor: w-resize;
  width: 25%;
  display: flex;
}

.right-arrow {
  z-index: 98;
  cursor: e-resize;
  width: 25%;
  display: flex;
}

.slide-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-number {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 3%;
  display: flex;
}

.slide-text {
  width: 50%;
  height: 100%;
  padding: 10% 3% 3% 0%;
  overflow: scroll;
}

.mask, .slide {
  width: 100%;
  height: 100%;
}

.large-number {
  z-index: 98;
  color: #fff;
  padding-top: 15%;
  padding-left: 3%;
  font-size: 150px;
  line-height: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.italic-text {
  font-family: Common Serif Regular Italic, Times New Roman, sans-serif;
}

.bold-text {
  font-variation-settings: "wght" 800;
  font-family: Common Serif VF, Times New Roman, sans-serif;
  font-weight: 400;
}

.link-2 {
  font-variation-settings: "wght" 800;
  font-family: Common Serif VF, Times New Roman, sans-serif;
}

.act-intro-text {
  z-index: 999;
  font-variation-settings: "wght" 680;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  font-family: Common Serif VF, Times New Roman, sans-serif;
  font-size: 25vw;
  font-weight: 400;
  line-height: .8;
  display: none;
  position: fixed;
  inset: 0%;
}

.intro-text-title {
  color: #fff;
  font-size: 18vw;
}

.intro-text-title.act-1, .intro-text-title.foreword, .intro-text-title.preamble {
  font-variation-settings: "wght" 400;
}

.intro-text-title.act-2 {
  font-variation-settings: "wght" 575;
}

.intro-text-title.act-3 {
  font-variation-settings: "wght" 600;
}

.intro-text-title.act-4 {
  font-variation-settings: "wght" 650;
}

.intro-text-title.act-5 {
  font-variation-settings: "wght" 700;
}

.intro-text-title.act-6 {
  font-variation-settings: "wght" 800;
}

.intro-text-title.act-7 {
  font-variation-settings: "wght" 900;
}

.icon, .icon-2 {
  display: none;
}

.slide-nav {
  z-index: 99;
}

.slide-illustration-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3%;
  display: flex;
}

.slide-illo {
  object-fit: contain;
  height: 100%;
  min-height: 500px;
}

.inline-sans {
  letter-spacing: -.65px;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 3.6vw;
  font-weight: 500;
  line-height: 1;
  transition: opacity .4s;
}

.inline-sans.white {
  color: #fff;
}

.inline-sans.white.centered {
  text-align: center;
}

.spacer-xs {
  padding-bottom: 7%;
}

.act-img-toc {
  fill: #fff;
  height: 100%;
}

.h4 {
  font-family: Common Serif VF, Times New Roman, sans-serif;
  font-size: 10.5vw;
  line-height: .9;
}

.h4.act--ix, .h4.act-1 {
  font-variation-settings: "wght" 400;
}

.h4.act-2 {
  font-variation-settings: "wght" 575;
}

.h4.act-3 {
  font-variation-settings: "wght" 600;
}

.h4.act-4 {
  font-variation-settings: "wght" 650;
}

.h4.act-5 {
  font-variation-settings: "wght" 700;
}

.h4.act-6 {
  font-variation-settings: "wght" 800;
}

.h4.act-7 {
  font-variation-settings: "wght" 900;
}

.h4.backmatter {
  font-variation-settings: "wght" 476;
  transition: font-variation-settings .3s;
}

.h4.backmatter:hover {
  font-variation-settings: "wght" 400;
}

.h4.foreword {
  font-weight: 400;
}

.h4.centered {
  text-align: center;
  font-size: 8vw;
}

.h4.end-quote {
  color: #fff;
  text-align: center;
  padding-bottom: 5%;
}

.spacer-m {
  padding-bottom: 10%;
}

.point-wrapper {
  width: 100%;
  padding-top: 4%;
  padding-bottom: 10%;
  display: flex;
  position: relative;
  overflow: visible;
}

.slide-number-sticky {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100vh;
  padding-top: 10%;
  display: flex;
  position: sticky;
  top: 0;
}

.slide-text-sticky {
  width: 50%;
  height: 100%;
  padding-top: 10%;
  padding-left: 0%;
  padding-right: 3%;
}

.slide-illustration-wrapper-sticky {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 4%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.p-large {
  color: #000;
  max-width: 933px;
  padding-bottom: 6%;
  font-family: Common Serif Regular, Times New Roman, sans-serif;
  font-size: 36px;
  line-height: 1.1;
}

.p-large.section-break-headline {
  padding-bottom: 6%;
}

.p-large.white {
  color: #fff;
  font-size: 42px;
  line-height: 1.05;
}

.caption-italic {
  font-family: ABC Diatype, Arial, sans-serif;
  font-weight: 500;
}

.end-notes {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10%;
  display: flex;
}

.end-note-links {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  color: #fff;
  flex-flow: column;
  max-width: 933px;
  padding-left: 54px;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  list-style-type: decimal;
  display: flex;
}

.end-note-italic {
  font-family: ABC Diatype, Arial, sans-serif;
  font-weight: 500;
}

.end-note-link {
  word-break: break-all;
  font-family: ABC Diatype, Arial, sans-serif;
  font-weight: 500;
}

.end-note-link:hover {
  text-underline-offset: .25rem;
  text-decoration: underline;
  text-decoration-thickness: .125rem;
}

.list-item, .list-item-2, .list {
  list-style-type: decimal;
}

.end-note-header {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 933px;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  list-style-type: decimal;
  display: flex;
}

.end-note-header.cen {
  text-align: center;
}

.nav-placeholder {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: clip;
}

.nav-placeholder.book-ideas {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.nav-placeholder.book-ideas:hover {
  transform: rotate(0);
}

.nav-placeholder.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.end-quote {
  background-color: #000;
  padding: 5% 2% 10%;
}

.end-quote-bold {
  font-weight: 700;
}

.end-quote-attr {
  color: #fff;
  text-align: center;
  padding-bottom: 10%;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 9.5vw;
  line-height: 1;
}

.previous-next {
  background-color: #000;
  padding-top: 10%;
  padding-bottom: 10%;
}

.inline-sans-vw {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  color: #fff;
  flex-flow: column;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 3.6vw;
  font-weight: 500;
  line-height: 1.1;
  list-style-type: decimal;
  display: flex;
}

.inline-sans-vw.cen {
  text-align: center;
}

.inline-sans-vw.center {
  text-align: center;
  font-size: 4.5vw;
}

.p-small-sans-variable {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  color: #fff;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 3.6vw;
  font-weight: 500;
  line-height: 1.1;
  list-style-type: decimal;
}

.p-small-sans-variable.cen {
  text-align: center;
}

.p-small-sans-variable.link {
  display: inline-block;
}

.p-small-sans-variable.link:hover {
  text-underline-offset: 20%;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.colophon-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
}

.p-small-sans {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: anywhere;
  flex-flow: column wrap;
  width: 100%;
  max-width: 933px;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  list-style-type: decimal;
}

.p-small-sans.cen {
  text-align: center;
}

.p-small-sans.link {
  word-break: break-all;
}

.p-small-sans.link:hover {
  text-underline-offset: .3rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.italic-text-2 {
  font-variant-ligatures: none;
}

.footnote {
  padding-top: 3%;
  font-family: ABC Diatype, Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
  display: inline;
}

.footnote.italic {
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .interactive-headline {
    letter-spacing: -.5rem;
  }

  .nav-link {
    font-size: 4vw;
  }

  .act-wrapper {
    height: auto;
  }

  .act-title {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .act-image-wrapper {
    display: none;
  }

  .back-matter-wrapper {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .heading {
    letter-spacing: -3.5px;
  }

  .act-text-wrapper {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .act-text {
    padding-left: 26px;
    padding-right: 26px;
  }

  .p {
    font-size: 34px;
  }

  .p.section-break-headline {
    padding-bottom: 10%;
  }

  .caption {
    font-size: 33px;
  }

  .light-toggle, .dark-toggle {
    width: 30px;
    height: 30px;
  }

  .large-number {
    padding-top: 0%;
    font-size: 110px;
    position: static;
  }

  .inline-sans {
    font-size: 5vw;
  }

  .point-wrapper {
    flex-flow: column;
  }

  .slide-number-sticky {
    width: 100%;
    height: auto;
    padding-top: 0%;
    position: static;
  }

  .slide-text-sticky {
    width: 100%;
    height: auto;
    padding-top: 6%;
    padding-left: 26px;
    padding-right: 26px;
  }

  .act-7-wrapper {
    padding-top: 9%;
  }

  .slide-illustration-wrapper-sticky {
    padding-left: 20%;
    padding-right: 20%;
  }

  .p-large.white {
    padding-bottom: 0%;
    font-size: 34px;
  }

  .end-notes {
    padding-left: 26px;
    padding-right: 26px;
  }

  .end-note-links, .end-note-header {
    font-size: 28px;
  }

  .previous-next {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .inline-sans-vw {
    font-size: 30px;
  }

  .p-small-sans-variable {
    font-size: 28px;
  }

  .colophon-text {
    padding-left: 26px;
    padding-right: 26px;
  }

  .p-small-sans {
    font-size: 28px;
  }

  .footnote {
    font-size: 33px;
  }
}

@media screen and (max-width: 767px) {
  sup {
    font-size: 17px;
  }

  .header {
    padding: 10px;
  }

  .body.cover.placeholder {
    flex-flow: column;
    justify-content: space-between;
    height: 100svh;
    display: flex;
  }

  .title-text {
    padding-top: 20%;
  }

  .title-text.placeholder {
    flex-flow: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .nav.book-ideas.placeholder {
    order: -9999;
  }

  .nav-link {
    font-size: 4.8vw;
  }

  .footer {
    padding: 10px;
  }

  .toc-list {
    padding-top: 20%;
  }

  .heading {
    line-height: .83;
  }

  .act-heading, .act-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p {
    font-size: 28px;
  }

  .caption {
    color: #000;
    font-size: 28px;
  }

  .light-toggle, .dark-toggle {
    width: 25px;
    height: 25px;
  }

  .large-number {
    font-size: 100px;
  }

  .slide-illo {
    min-height: auto;
  }

  .inline-sans {
    letter-spacing: 0;
  }

  .slide-text-sticky {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-large.white {
    font-size: 31px;
  }

  .end-notes {
    padding-left: 10px;
    padding-right: 10px;
  }

  .end-note-links {
    padding-left: 46px;
    font-size: 26px;
  }

  .end-note-header {
    font-size: 26px;
  }

  .code-embed {
    display: none;
  }

  .previous-next {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .inline-sans-vw {
    font-size: 31px;
  }

  .p-small-sans-variable {
    font-size: 26px;
  }

  .colophon-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-small-sans {
    font-size: 26px;
  }

  .footnote {
    color: #000;
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  sup {
    font-size: 11.5px;
  }

  .interactive-headline {
    letter-spacing: -.15rem;
    line-height: .8;
  }

  .header.placeholder {
    flex-flow: column;
  }

  .title-text.placeholder {
    padding-top: 30%;
  }

  .nav {
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    display: flex;
    overflow: hidden;
  }

  .nav.book-ideas {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav.book-ideas.placeholder {
    order: 9999;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav.right.placeholder {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav.cover {
    width: 50%;
  }

  .nav-link {
    letter-spacing: -.3px;
    text-overflow: ellipsis;
    font-size: 5.6vw;
    overflow: hidden;
  }

  .nav-link.toc {
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .nav-link.placeholder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .footer.placeholder {
    flex-flow: column;
  }

  .act-title {
    padding-top: 20%;
    padding-bottom: 13%;
  }

  .act-inline-image-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    letter-spacing: -1px;
  }

  .act-heading {
    padding-left: 3px;
    padding-right: 3px;
  }

  .p {
    padding-bottom: 8%;
    font-size: 21px;
    line-height: 1.15;
  }

  .p.section-break-headline {
    padding-bottom: 8%;
  }

  .image-spacer {
    margin-top: -57svh;
    display: none;
  }

  .caption {
    font-size: 17px;
    line-height: 1.1;
  }

  .act-inline-image {
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .theme-toggle {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 11%;
  }

  .light-toggle {
    width: 19px;
    height: 19px;
  }

  .light-toggle.selected {
    border-width: 2px;
  }

  .dark-toggle {
    width: 19px;
    height: 19px;
  }

  .dark-toggle.selected {
    border-width: 2px;
  }

  .progress-bar-container {
    height: 4px;
  }

  .large-number {
    font-size: 80px;
  }

  .inline-sans {
    letter-spacing: 0;
    padding-top: 2%;
    font-size: 7vw;
  }

  .spacer-xs {
    padding-bottom: 0%;
  }

  .point-wrapper {
    padding-bottom: 25%;
  }

  .slide-illustration-wrapper-sticky {
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .p-large.white {
    font-size: 23px;
    line-height: 1.125;
  }

  .end-note-links {
    padding-left: 35px;
    font-size: 19px;
  }

  .end-note-header {
    font-size: 19px;
  }

  .previous-next {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .inline-sans-vw {
    font-size: 21px;
  }

  .inline-sans-vw.center, .p-small-sans-variable, .p-small-sans {
    font-size: 19px;
  }

  .footnote {
    font-size: 17px;
    line-height: 1.1;
    display: block;
  }
}


@font-face {
  font-family: 'ABC Diatype';
  src: url('../fonts/ABCDiatype-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Diatype';
  src: url('../fonts/ABCDiatype-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Common Serif Regular Italic';
  src: url('../fonts/CommonSerif1-ItalicTwo.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Common Serif Regular';
  src: url('../fonts/CommonSerifHiBeta11-80.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Common Serif VF';
  src: url('../fonts/CommonSerifNoIdeasVF-VF.otf') format('opentype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}