/* Typography */
body { font-family: Charter, Georgia, serif; hyphens: auto; }
pre,code,tt { font-family: "PT Mono", monospace; font-size: 0.9em; }
a,a:visited { text-underline-offset: 0.15rem; }
h1 { font-weight: normal; }
/* h2,h3,h4,h5,h6 { font-size: 1.1rem; } */
p,figure,ul,ol,dl,table,hr { font-size: 1; line-height: 1.45rem; }
figcaption, table, .sans { font-family: ui-sans-serif; font-size: 0.9rem; }

/* Base layout */
dt { font-size: 1.1rem; }
dd { margin: 0 0 2rem; }
figure,table,hr { margin: 0 auto 2rem; }
img { max-width: 100%; }
figure img { display: block; margin: auto; }
figcaption { text-align: center; margin: 1rem 0; }
table { border-collapse: collapse; }
th { border-bottom: 1px solid; line-height: 1.5rem; font-weight: inherit; text-transform: uppercase; }
th, td { vertical-align: top; padding-right: 1rem; }
header, footer { margin: 4rem auto; text-align: center; }

#preamble p,
#postamble p { font-size: 1rem; }
