/* Privacy and terms pages: same fonts and colours as the app. */
@font-face { font-family: "Almarai"; src: url(/static/fonts/almarai-400.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Almarai"; src: url(/static/fonts/almarai-700.woff2) format("woff2"); font-weight: 600 700; font-display: swap; }
@font-face { font-family: "Baloo Bhaijaan 2"; src: url(/static/fonts/baloo-bhaijaan-2.woff2) format("woff2"); font-weight: 400 800; font-display: swap; }
:root { --bg: #f6f1e8; --card: #fffdf9; --ink: #16302b; --muted: #66756f; --line: #e6ddcf; --brand: #0f6b5c; --gold: #d9982f; --gold-soft: #fbf0dc; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) {
  --bg: #0f1a18; --card: #16241f; --ink: #e8efe9; --muted: #9fb0a9; --line: #25372f; --brand: #1f9a84; --gold: #e3a94a; --gold-soft: #33291a; }}
:root[data-theme="dark"] { --bg: #0f1a18; --card: #16241f; --ink: #e8efe9; --muted: #9fb0a9; --line: #25372f; --brand: #1f9a84; --gold: #e3a94a; --gold-soft: #33291a; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 17px/1.8 "Almarai", system-ui, sans-serif; }
main { max-width: 760px; margin: 0 auto; padding: 24px 16px 64px; }
.top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.wordmark { font-family: "Baloo Bhaijaan 2", "Almarai", sans-serif; font-weight: 800; font-size: 30px; color: var(--brand); text-decoration: none; line-height: 1; }
.wordmark span { color: var(--gold); }
.top a.other { color: var(--brand); font-weight: 700; text-decoration: none; font-size: 15px; }
h1, h2 { font-family: "Baloo Bhaijaan 2", "Almarai", sans-serif; line-height: 1.4; }
h1 { font-size: 28px; margin: 16px 0 4px; }
.updated { color: var(--muted); font-size: 14px; margin: 0 0 20px; }
section { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 4px 20px 12px; margin-top: 14px; }
h2 { font-size: 20px; margin: 16px 0 6px; color: var(--brand); }
p, li { margin: 6px 0; }
ul { padding-inline-start: 22px; margin: 6px 0; }
.summary { background: var(--gold-soft); border-color: transparent; }
.fill { background: var(--gold-soft); color: var(--gold); padding: 0 6px; border-radius: 6px; font-weight: 700; }
bdi { unicode-bidi: isolate; }
a { color: var(--brand); }
footer { margin-top: 28px; text-align: center; color: var(--muted); font-size: 14px; }
