/* Shared style for the iclozet.com legal/support pages — same design
   language as the landing page: cream ground, Archivo grotesque with a
   Newsreader italic accent, hairline rules. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;700;900&family=Newsreader:ital,opsz,wght@1,6..72,300&display=swap");

* { box-sizing: border-box; margin: 0; }
body {
  background: #F2EEE7; color: #1A1714;
  font: 15px/1.6 "Archivo", -apple-system, "Helvetica Neue", sans-serif;
  max-width: 44rem; margin: 0 auto;
  padding: max(32px, env(safe-area-inset-top)) 20px 64px;
  -webkit-font-smoothing: antialiased;
}
::selection { background: #F4C2E2; }
h1 {
  font-family: "Archivo", sans-serif; font-weight: 900;
  font-size: 34px; line-height: 1.05; letter-spacing: -0.03em;
  margin-bottom: 6px;
}
h2 {
  font-family: "Archivo", sans-serif; font-weight: 700;
  font-size: 19px; letter-spacing: -0.01em;
  margin: 32px 0 8px; padding-top: 18px;
  border-top: 1px solid rgba(26, 23, 20, 0.14);
}
h3 { font-size: 15px; font-weight: 700; margin: 20px 0 6px; }
p, li { margin-bottom: 10px; color: #57534C; }
strong { color: #1A1714; }
ul { padding-left: 22px; }
.updated {
  font-family: "Newsreader", Georgia, serif;
  font-style: italic; font-weight: 300;
  color: #8B857C; font-size: 16px; margin-bottom: 28px;
}
a { color: #1A1714; text-decoration-color: #F4C2E2; text-decoration-thickness: 2px; }
a:hover { background: #F4C2E2; text-decoration: none; }
footer {
  margin-top: 56px; padding-top: 18px;
  border-top: 1px solid rgba(26, 23, 20, 0.14);
  font-size: 13px; color: #8B857C;
}
footer a { color: #8B857C; margin-right: 14px; text-decoration: none; }
footer a:hover { color: #1A1714; background: none; }
