@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/reading-dm-sans.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/reading-lora.woff2') format('woff2');
}
:root {
  color-scheme: light;
  font-family: 'DM Sans', Arial, sans-serif;
  color: #252b28;
  background: #f4f0e7;
  font-synthesis: none;
  --ink: #252b28;
  --muted: #5e665d;
  --accent: #a44736;
  --rule: #d5d0c5;
  --serif: 'Lora', Georgia, serif;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; line-height: 1.8; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: .2em; }
a:hover { color: var(--accent); }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: #dec2b5; color: var(--ink); }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 2; padding: 8px 14px; background: #f4f0e7; }
.skip-link:focus { top: 12px; }
.site-header { max-width: 1160px; margin: 0 auto; padding: 28px 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 12px; letter-spacing: .16em; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.site-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 20px; font-size: 13px; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.site-nav a[aria-current='page'] { color: var(--accent); text-decoration: underline; }
main { width: min(100% - 48px, 710px); margin: 44px auto 80px; }
.eyebrow { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin: 0 0 14px; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.3; letter-spacing: -.025em; }
h1 { font-size: clamp(34px, 5vw, 49px); margin: 0 0 24px; }
h2 { font-size: clamp(23px, 3vw, 28px); margin: 0 0 14px; }
p { margin: 0 0 18px; }
.lead { color: var(--muted); font-family: var(--serif); font-size: 21px; line-height: 1.65; }
section { border-top: 1px solid var(--rule); padding-top: 30px; margin-top: 34px; }
ol, ul { padding-left: 24px; margin: 12px 0 22px; }
li { margin: 8px 0; padding-left: 4px; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 15px; }
caption { text-align: left; color: var(--muted); margin-bottom: 8px; font-size: 13px; }
th, td { text-align: left; padding: 10px 10px 10px 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
th { font-weight: 400; }
thead th { color: var(--muted); font-size: 13px; }
.call-to-action { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 22px; margin-top: 12px; border-radius: 4px; color: #f4f0e7; background: var(--ink); text-decoration: none; font-size: 14px; }
.call-to-action:hover { color: #f4f0e7; background: #3b453c; }
.date-note { color: var(--muted); font-size: 12px; }
.site-footer { max-width: 1088px; margin: 0 auto; padding: 26px 24px 32px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 12px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; }
.site-footer p { margin: 0; }
@media (max-width: 650px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 12px; padding: 22px 24px 12px; }
  .site-nav { gap: 4px 24px; }
  main { margin-top: 30px; margin-bottom: 56px; }
  .lead { font-size: 19px; }
  section { margin-top: 28px; padding-top: 26px; }
}
