* {
  font-family: inherit;
  font-weight: inherit;
  font-variation-settings: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  color: inherit;
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  border-collapse: collapse;
}

html:before {
  /* BREAKPOINT INDICATOR */
  content: 'XXS';
  font-family: Verdana, sans-serif;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
}
html.debug:before {
  display: block;
}

html.debug * {
  outline: 1px dashed rgba(255, 0, 0, 0.5);
}

* + * {
  margin-top: 1rem;
}

:root {
  font-family: 'Etna', 'Georgia', serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1;
  text-align: left;
  color: #403f3b;
  background-color: #fefaef;
  background-color: #403f3b;
  -webkit-text-size-adjust: 100%;
}

body {
  margin-top: 0;
  background-color: #eae7de;
  background-color: #fefaef;
}
nav {
  background-color: #fff26b;
  font-size: 0.9rem;
}
.title,
.tagline,
nav ul {
  display: inline-block;
  margin-top: 0;
}
nav ul {
  /* display: flex;
	justify-content: space-between; */
}
nav ul li {
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0.03em;
  display: inline-block;
  margin-top: 0.2em;
}
nav ul li:not(:last-child) {
  margin-right: 0.6em;
}
.intro .intro a,
.history .history a,
.design .design a,
.features .features a {
  /* display: none; */
  color: #73110e;
}
main,
nav > div,
body > footer p {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding: 1% 3% 4%;
  padding: 1vw 3vw 4vw;
}
nav > div {
  padding-top: 3vw;
}
main {
  padding-bottom: 3rem;
  position: relative;
}
main header
/* .history main > section:last-of-type > :last-child */ {
  padding-bottom: 2rem;
  padding-bottom: calc(1rem + 2%);
  border-bottom: 0.25rem solid #403f3b;
  margin-bottom: 2rem;
  margin-bottom: calc(1rem + 2%);
}
main footer {
  padding-top: 2rem;
  padding-top: calc(1rem + 2%);
  border-top: 0.25rem solid #403f3b;
  margin-top: 2rem;
  margin-top: calc(1rem + 2%);
}
section + section {
  /* 	margin-top: 10%; */
}

h1,
h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-family: 'Etna XX Condensed';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 0.8;
}
nav h1 {
  font-family: 'Etna Condensed';
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  margin-right: 0.25rem;
}
nav h1,
.tagline {
  display: inline-block;
}
nav h1 a {
  color: inherit;
}
.tagline {
  font-style: italic;
  margin-top: 0.2em;
}
h2 {
  font-family: 'Etna Condensed';
  font-weight: 700;
  font-size: 1.75rem;
  font-size: calc(1.5rem + 1vw);
  line-height: 0.9;
  margin-top: 2rem;
  margin-top: calc(1rem + 2%);
  margin-bottom: 1rem;
}
h3 {
  font-weight: 700;
  /*
	font-size: 1.25em;
	margin-top: 2rem;
	margin-top: calc(1rem + 5%);
*/
  display: inline;
  text-transform: lowercase;
  font-variant: small-caps;
}
p {
  line-height: 1.2;
  font-variant-numeric: oldstyle-nums;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-lines: 2;
}
p:first-of-type {
  text-indent: 0;
}
.lede {
  font-family: 'Etna Condensed', 'Georgia', serif;
  font-weight: 300;
  font-size: calc(1.25em + 2vw);
  font-size: min(2.5rem, calc(1.25em + 2vw));
  line-height: 1;
  margin-top: 3%;
  max-width: none;
  display: inline;
  -webkit-hyphens: none;
}
.byline {
  display: inline-block;
  margin-top: 0.5rem;
}
/* p + p,
figure.S + p,
figure.M + p {
	margin-top: 0;
}
* + p {
	text-indent: 6%;
} */
h2 + p,
h3 + p {
  text-indent: 0;
  margin-top: 0.5rem;
}
p,
ol,
figure.L,
main > footer {
  max-width: 32rem;
}
figure {
  margin: 1.5rem 0;
}
figure.S {
  width: 50%;
  max-width: 16rem;
  float: right;
  padding: 0 0 1% 3%;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
figure.S figcaption,
figure.M figcaption {
  padding-left: 0;
}
figure.XXL img {
  width: 100vw;
  padding-left: 3%;
  padding-right: 3%;
  margin-left: calc((100vw - 100%) / -2);
}
.features figure {
  margin-top: 0.25rem;
}
.feature-grid > section + section {
  border-top: 1px solid #403f3b;
  padding-top: 0.5em;
  margin-top: 1rem;
}
.feature-grid .aligned {
  display: none;
}
blockquote p {
  font-style: italic;
  padding-left: 6%;
}
blockquote p,
figcaption {
  color: #777;
}
figcaption {
  margin-top: 0.5rem;
}
figcaption p,
footer p {
  line-height: 1.2;
  max-width: none;
}
figcaption a {
  color: inherit;
  text-decoration: underline;
}
figcaption + img {
  margin-top: 0.5em;
}
ol {
  counter-reset: notes-counter;
}
ol li {
  counter-increment: notes-counter;
}
ol li p:first-child::before {
  content: counter(notes-counter) '. ';
  font-variant-numeric: lining-nums;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
@keyframes target-highlighter {
  0%,
  10% {
    background-color: transparent;
  }
  5%,
  15% {
    background-color: #ffe731;
  }
}
:target {
  animation: target-highlighter 2s 1;
}

aside,
figcaption,
.copyright,
.colophon,
#notes p {
  font-size: 0.8rem;
  letter-spacing: 0.015em;
}
.closer::after {
  content: '✪';
  margin-left: 0.25em;
}
.copyright,
.colophon {
  /* color: #231F20; */
  font-variant-numeric: lining-nums;
  letter-spacing: 0.03em;
}
.colophon {
  color: #999890;
  /* opacity: 0.5; */
  text-indent: 0;
  line-height: 1.5;
  /* text-transform: lowercase;
	font-variant: small-caps; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colophon span {
  display: inline-block;
  margin: 0;
}
.colophon a {
  color: inherit;
  text-decoration: underline;
}
.colophon a:hover {
  color: #fff;
}

a {
  color: #c31e1a;
}
a:hover,
a:active {
  color: #73110e;
}
img {
  display: inline-block;
  width: 100%;
}
strong,
b {
  font-weight: 700;
  text-transform: lowercase;
  font-variant: small-caps;
}
cite,
em,
i,
.byline {
  font-style: italic;
}
blockquote cite,
blockquote em {
  font-style: normal;
}
.smcp {
  /* 	font-feature-settings: 'c2sc' 1, 'smcp' 1; */
  font-variant-caps: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.01em;
}
#character_support figure,
#glyphs figure {
  word-break: break-all;
  letter-spacing: 0.1em;
  color: #000;
  font-size: 1.5em;
  line-height: 1.4;
}
.opentype {
  display: none;
}
@supports (font-variant-numeric: lining-nums) {
  .no-opentype {
    display: none;
  }
  .opentype {
    display: inline;
    /* background-color: #FFF26B; */
  }
}
.type-name {
  font-weight: 700;
}
table {
  margin: 2rem 0;
}
body > footer {
  color: #fefaef;
  background-color: #403f3b;
  padding-bottom: 0;
  margin-top: 0;
  text-align: center;
}
/* footer .buy {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem 1rem;
	font-size: 2em;
	background-color: #C31E1A;
}
*/
.logo {
  max-width: 18em;
  padding: 1em;
}
.styles {
  font-size: 2em;
  line-height: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.styles td {
  text-align: center;
  vertical-align: baseline;
  /* 	padding-right: 0.25rem; */
  /* 	padding-bottom: 0rem; */
  padding: 0.25rem 0.25rem;
  border-color: #403f3b;
  border-style: solid;
  border-width: 0 0.25rem 0.25rem 0;
}
.styles td:last-child {
  /* 	padding-right: 0; */
  border-right: none;
}
.styles tr:last-child td {
  /* 	padding-bottom: 0; */
  border-bottom: none;
}

.smcp {
  font-variant-caps: small-caps;
}
.liga {
  font-variant-ligatures: common-ligatures;
  letter-spacing: normal;
}

.lnum {
  font-variant-numeric: lining-nums;
}
.onum {
  font-variant-numeric: oldstyle-nums;
}
.pnum {
  font-variant-numeric: proportional-nums;
}
.tnum {
  font-variant-numeric: tabular-nums;
}
.lnum.tnum {
  font-variant-numeric: lining-nums tabular-nums;
}
.lnum.pnum {
  font-variant-numeric: lining-nums proportional-nums;
}
.onum.tnum {
  font-variant-numeric: oldstyle-nums tabular-nums;
}
.onum.pnum {
  font-variant-numeric: oldstyle-nums proportional-nums;
}

.sups {
  font-variant-position: super;
}
.subs {
  font-variant-position: sub;
}

.frac {
  font-variant-numeric: diagonal-fractions;
}
.numr {
  font-feature-settings: 'numr' 1;
}
.numr .ss03 {
  font-feature-settings:
    'numr' 1,
    'ss03' 1;
}
.numr .ss04 {
  font-feature-settings:
    'numr' 1,
    'ss04' 1;
}
.dnom {
  font-feature-settings: 'dnom' 1;
}
.dnom .ss03 {
  font-feature-settings:
    'dnom' 1,
    'ss03' 1;
}
.dnom .ss04 {
  font-feature-settings:
    'dnom' 1,
    'ss04' 1;
}
.case {
  font-feature-settings: 'case' 1;
}
.c2sc {
  font-feature-settings: 'c2sc' 1;
}
.c2sc .ss01 {
  font-feature-settings:
    'c2sc' 1,
    'ss01' 1;
}

.ss01 {
  font-feature-settings: 'ss01' 1;
}
.ss02 {
  font-feature-settings: 'ss02' 1;
}
.ss03 {
  font-feature-settings: 'ss03' 1;
}
.ss04 {
  font-feature-settings: 'ss04' 1;
}
.ss05 {
  font-feature-settings: 'ss05' 1;
}
.ss06 {
  font-feature-settings: 'ss06' 1;
}

@media (min-height: 50em) and (min-width: 40em) {
  body > header {
    position: sticky;
    top: 0;
    z-index: 3;
  }
  /* footer nav li:not(.buy) {display: none;} */
}

@media (min-width: 22.25em) {
  html:before {
    content: 'XS';
  }
  nav {
    font-size: 1rem;
  }
  nav ul li:not(:last-child) {
    margin-right: 0.75em;
  }
}
@media (min-width: 30em) {
  html:before {
    content: 'S';
  }
  p {
    line-height: 1.3;
    -webkit-hyphens: none;
  }
  /* * + p {text-indent: 1.5em;} */
  blockquote p {
    padding-left: 1.5em;
  }
  figure.M {
    width: 60%;
    max-width: 18rem;
    float: right;
    padding: 0 0 1% 3%;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }
  .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3%;
  }
  .grid img {
    margin: 0;
  }
}
@media (min-width: 48em) {
  html:before {
    content: 'M';
  }
  main,
  nav > div,
  body > footer p {
    padding: 0.75em 2rem 1em;
  }
  main {
    padding-bottom: 3rem;
  }
  h1 {
    font-size: 5rem;
  }
  figure.M {
    width: 50%;
  }
  header nav {
    text-align: justify;
  }
  nav > div {
    padding-bottom: 0;
  }
  nav > div::after {
    content: '';
    height: 0;
    display: inline-block;
    width: 100%;
  }
  .tagline {
    margin-right: 0.75rem;
  }
  .grid {
    grid-template-columns: 1fr 16rem;
  }
  .feature-grid {
    /* display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 5%;
		row-gap: 1rem; */
  }
  .feature-grid > section {
    /* margin: 0; */
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 5%;
  }
  /* .feature-grid > section:not(#character_support) figure {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 0;
	} */
  .feature-grid figure,
  .feature-grid figure img,
  .feature-grid div {
    margin-top: 0;
  }
  .feature-grid p {
    -webkit-hyphens: auto;
  }
  .feature-grid .aligned {
    display: block;
  }
  .feature-grid .nonaligned {
    display: none;
  }
}
@media (min-width: 62em) {
  html:before {
    content: 'L';
  }
  h1 {
    font-size: 6.62rem;
  }
  figure.S {
    width: calc(100% - 32rem);
  }
}
@media (min-width: 80em) {
  html:before {
    content: 'XL';
  }
  h1 {
    font-size: 7.5rem;
  }
}
@media (min-width: 120em) {
  html:before {
    content: 'XXL';
  }
  /* 	:root {font-size: 1.375em;} */
}
