+ background-color: #eee;
+ font-family: courier, monospace;
+ font-size: 0.875em;
+ max-width: 55em;
+ overflow-x: auto;
+ padding: 1em;
+}
+pre[role="img"] { display: none }
+blockquote, p, article > div {
+ max-width: 45em
+}
+blockquote {
+ border-left: 4px solid #ccc;
+ padding-left: 10px;
+}
+br { display: none }
+h1, h2, h3 {
+ font-family: "Avenir Next";
+ font-weight: 900
+}
+h1 { font-size: 4em }
+h2 {
+ font-size: 2em;
+ text-transform: lowercase;
+}
+h3 {
+ display: inline-block;
+ font-weight: 600;
+ margin-top: 1em
+}
+
+h2, h3, a { color: #00f }
+[data-title="/index.html"] {
+ .h2:nth-of-type(n+5):nth-of-type(-n+6) {
+ h2, h3, a { color: #EE0700 }
+ }
+
+ .h2:nth-of-type(n+7):nth-of-type(-n+9) {
+ h2, h3, a { color: #6A5ACD }
+ }
+
+ .h2:nth-of-type(10) {
+ h2, h3, a { color: #A76905 }
+ }
+
+ .h2:nth-of-type(11) {
+ h2, h3, a { color: #398557 }
+ }
+
+ .h2:nth-of-type(n+12):nth-of-type(-n+16) {
+ h2, h3, a { color: #D505C6 }
+ }
+
+ .h2:nth-of-type(17) {
+ h2, h3, a { color: #6A788A }
+ }
+}
+
+.h2 a {
+ display: inline-block;
+ padding: 0.25em 0;
+ margin: 0.25em 0;
+}
+
+header { position: relative }
+main {
+ position: relative;
+ z-index: 1
+}
+header h1 {
+ font-size: min(7.5rem, 17vw);
+ font-weight: 900;
+ letter-spacing: -0.2em;
+ line-height: 1em;
+}
+header h1 a {
+ background: repeating-linear-gradient(
+ 0deg,
+ black,
+ black 1px,
+ white 1px,
+ white 2px
+ );
+ background-clip: text;
+ color: transparent;
+ display: inline-block;
+ padding-right: 0.2em;
+ text-decoration: none;
+ -webkit-text-stroke: 1px #000;