@font-face {
  font-family: "Red Hat Display";
  src: url("../assets/rhd-var.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
}
* { box-sizing: border-box; margin: 0; }
body {
  font-family: "Red Hat Display", system-ui, sans-serif;
  color: #1c2b38; background: #fff; line-height: 1.65;
}
.topbar { height: 54px; background: #14324f; color: #fff; display: flex; align-items: center; padding: 0 18px; }
.topbar a { color: #fff; text-decoration: none; font-size: 1.05rem; }
.topbar b { color: #9fd4ff; }
main { max-width: 760px; margin: 0 auto; padding: 36px 20px 80px; }
h1 { color: #14324f; font-size: 1.6rem; margin-bottom: 6px; }
.updated { color: #5a6b7a; font-size: 0.85rem; margin-bottom: 28px; }
h2 { color: #14324f; font-size: 1.1rem; margin: 28px 0 10px; }
p, li { font-size: 0.95rem; margin-bottom: 10px; }
ul, ol { padding-left: 22px; margin-bottom: 12px; }
.placeholder { background: #fff3cd; border-radius: 4px; padding: 1px 6px; }
table { border-collapse: collapse; width: 100%; margin: 12px 0; font-size: 0.9rem; }
th, td { border: 1px solid #e3e8ee; padding: 8px 10px; text-align: left; vertical-align: top; }
th { background: #f4f6f8; }
.doc-footer { margin-top: 40px; padding-top: 16px; border-top: 1px solid #e3e8ee; font-size: 0.85rem; color: #5a6b7a; }
.doc-footer a { color: #1d6fd1; }
