3 box-sizing: border-box;
9 src: url(/design/fonts/fanwood/fanwood-webfont.woff);
14 src: url(/design/fonts/fanwood/fanwood_italic-webfont.woff);
19 font-family: "Fanwood Text";
20 src: url(/design/fonts/fanwood/fanwood_text-webfont.woff);
24 font-family: "Fanwood Text";
25 src: url(/design/fonts/fanwood/fanwood_text_italic-webfont.woff);
33 flex-direction: column;
35 padding: 5vh clamp(1rem, 5vw, 3rem) 1rem;
36 font-family: Fanwood, serif;
43 --layout-spacing: max(8vh, 3rem);
45 width: min(100%, var(--max-width));
61 vertical-align: bottom;
68 nav [aria-current="page"] {
74 margin-top: var(--layout-spacing);
79 padding-top: var(--layout-spacing);
83 border-top: 1px solid #ccc;
98 text-decoration: none;
102 article > h1 + .updated {
111 background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
128 margin: 0 !important;
131 :is(h2, h3):not(:first-child) {
137 text-underline-offset: 0.08em;
141 outline: 1px solid currentColor;
142 outline-offset: 0.2em;
147 border-top: 1px dashed #ccc;
148 padding-top: var(--layout-spacing);
157 margin: 0 auto 1rem !important;
160 /*@supports (aspect-ratio: 1) {
167 /* Supporting Content */
169 code:not([class*="language"]) {
170 font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
173 background-color: rgba(0, 0, 0, 0.1);
174 padding-right: 0.15em;
175 padding-left: 0.15em;
182 border-left: 3px solid rgba(0, 0, 0, 0.35);
183 background-color: rgba(0, 0, 0, 0.05);
184 border-radius: 0 0.25rem 0.25rem 0;
191 border-left: 3px solid rgba(0, 0, 0, 0.35);
192 background-color: rgba(0, 0, 0, 0.05);
193 border-radius: 0 0.25rem 0.25rem 0;