@font-face {
  font-family: "Latin Modern";
  src: url("/fonts/LM-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Latin Modern";
  src: url("/fonts/LM-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: "Latin Modern", "Computer Modern", "Times New Roman", serif;
  font-size: 17px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  color: #171717;
  background: #fff;
}

* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; }
::selection { color: #fff; background: #171717; }
.page { max-width: 650px; margin: 0 auto; padding: 80px 28px 100px; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: 1.35rem; font-weight: 700; line-height: 1.4; }
h2 { font-size: 1rem; font-weight: 700; margin-bottom: 1.2rem; }
h3 { font-size: 1rem; font-weight: 400; line-height: 1.5; }
p { color: #555; }
a { color: inherit; text-decoration-thickness: 1px; text-decoration-color: #999; text-underline-offset: .2em; }
a:hover { color: #171717; text-decoration-color: currentColor; }
a:focus-visible { outline: 2px solid #171717; outline-offset: 5px; }
.intro { margin-top: 1.9rem; }
.intro p + p { margin-top: 1rem; }
section { margin-top: 2.7rem; }
.entry + .entry { margin-top: 1.3rem; }
.entry p { margin-top: .2rem; font-size: .94rem; }
.note, .entry p.note { color: #555; font-size: .85rem; }
.contact-links { font-size: .94rem; }
.contact-links a { overflow-wrap: anywhere; }
.signature { margin-top: 3.8rem; padding-top: 1.25rem; border-top: 1px solid #e7e7e7; }
.signature-links { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; font-size: .8rem; }
.fingerprint { margin-top: .75rem; color: #666; font-size: .72rem; }
.fingerprint span { display: block; margin-bottom: .2rem; }
.fingerprint code { font-family: "Courier New", monospace; overflow-wrap: anywhere; }
.verification .intro p + p { margin-top: 1rem; }
.verification pre { margin: 1rem 0 0; padding: 1rem; overflow-x: auto; background: #f7f7f7; font-size: .76rem; line-height: 1.65; }
.verification pre code { font-family: "Courier New", monospace; }
.verification .download-links { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; margin-top: 1rem; font-size: .9rem; }
.skip-link { position: absolute; top: 12px; left: 12px; transform: translateY(-200%); background: #fff; padding: .4rem .7rem; }
.skip-link:focus { transform: none; }

@media (max-width: 640px) {
  .page { padding: 36px 24px 64px; }
  section { margin-top: 2.4rem; }
}

@media print {
  :root { font-size: 11pt; }
  @page { size: A4; margin: 18mm 20mm; }
  .page { max-width: none; padding: 0; }
  .skip-link { display: none; }
  section { margin-top: 1.6rem; }
  h2, h3 { break-after: avoid; }
  .entry { break-inside: avoid; }
}
