:root{font-size:14pt;--black-forest:#09340dff;--new-forest:#1c7721ff;--muted-teal:#80ada0ff;--taupe-grey:#5f5566ff;--dusty-mauve:#a16886ff;--indigo:#630f95ff;--black:#222;--white:#ddd;--background:var(--muted-teal);--foreground:var(--black);--highlight:var(--black-forest);--super-highlight:var(--new-forest);--accent-background:var(--midnight-violet);--accent-foreground:var(--white);--taupe-grey:#5f5566;--midnight-violet:#33202a;--light-green:#8aea92;--font-size-base:1rem;--font-size-large:1.286rem;--font-size-xlarge:1.714rem;--font-size-2xlarge:2.751rem;--font-size-small:0.714rem;--wide:960px;--narrow:640px;--title-font-family:"Medieval Scribish", sans-serif;--body-font-family:"LT Sip Text", serif}html{height:100%}body{color:var(--foreground);font-family:var(--body-font-family);line-height:1.2;margin:0;background:var(--background);display:grid;height:100%}a{color:var(--super-highlight);text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--title-font-family);line-height:1;margin:.8em 0 .4em;a { color: var(--highlight); }}.sideimage{max-width:256px;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:1rem;p { margin: 0 1rem; } img { width: 100%; }}.title{font-family:var(--title-font-family);word-break:break-all;font-size:clamp(var(--font-size-base),8cqw,var(--font-size-2xlarge))}.content-wrapper{max-width:var(--wide);margin:1rem 2rem;display:flex;flex-direction:column}footer{margin-top:auto;font-size:var(--font-size-small);p { margin: 1rem 0 0 0; }}section{margin:2em 0;time { font-size: var(--font-size-small); }}hr{display:block;height:12px;border-width:0;background-image:url(/images/horse-divider.gif);background-repeat:no-repeat;background-position:50%;width:80%}hr:last-of-type{display:none}figure{img { width: 100%; box-shadow: 3px 3px 5px color-mix(in srgb, var(--accent-background) 40%, transparent); } &.fig-small { max-width: 20rem; }}header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:0 6rem;container-type:inline-size}nav{font-size:var(--font-size-large);ul { display: flexbox; flex-wrap: wrap; } a { color: var(--highlight); }}.pagination{display:flexbox;justify-content:center}.horizontal-links{ul { padding-left: 0; display: flex; column-gap: 1rem; li { display: inline; } }}.text-small{font-size:var(--font-size-small)}.text-large{font-size:var(--font-size-large)}.accent-block{color:var(--accent-foreground);background-color:var(--accent-background);a { color: var(--light-green); }}.card{border-radius:.2em;background-color:var(--accent-foreground);padding:1rem;box-shadow:3px 3px 5px color-mix(in srgb,var(--accent-background) 20%,transparent);p { margin: 0.5rem 0; }}@media screen and (max-width:640px){.hide-narrow{display:none}body{justify-content:center}}@media screen and (min-width:641px){body{grid-template-columns:256px auto}}