



@font-face { font-family: 'Fraunces'; src: url('/site/fonts/fraunces-latin-400-normal.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Fraunces'; src: url('/site/fonts/fraunces-latin-500-normal.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Fraunces'; src: url('/site/fonts/fraunces-latin-700-normal.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('/site/fonts/inter-latin-400-normal.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('/site/fonts/inter-latin-500-normal.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('/site/fonts/inter-latin-600-normal.woff2') format('woff2'); font-weight: 600; font-display: swap; }

 
:root { color-scheme: light; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 3rem 1.5rem 6rem;
  
  background: #f9f2e3;
  color: rgba(43, 39, 30, 0.95);
  font: 400 16px/1.7 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

main { max-width: 38rem; margin: 0 auto; }

.brand {
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.55;
  margin: 0 0 2.5rem;
}

.brand a { color: inherit; text-decoration: none; }
.brand a:hover { text-decoration: underline; }

h1 {
  font-family: orpheuspro, 'Fraunces', ui-serif, Georgia, serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

.updated {
  font-size: 0.875rem;
  opacity: 0.6;
  margin: 0 0 2.5rem;
}

h2 {
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 2.5rem 0 0.75rem;
}

p, li { margin: 0 0 1rem; }

ul { padding-left: 1.25rem; }


ol { padding-left: 1.25rem; }

li { margin-bottom: 0.5rem; }

a { color: inherit; text-underline-offset: 0.2em; }

strong { font-weight: 600; }

.note {
  border-left: 2px solid currentColor;
  padding-left: 1rem;
  opacity: 0.75;
  margin: 2rem 0;
}

footer {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid currentColor;
  border-color: color-mix(in srgb, currentColor 18%, transparent);
  font-size: 0.875rem;
  opacity: 0.6;
}
