/** Privacy page styles.
 * Keeps the preference readable with the local system font stack.
 */
:root { color-scheme: light; font-family: system-ui,sans-serif; color:#192322; background:#edf0ee; } body { margin:0; } main { width:min(42rem,calc(100% - 2.5rem)); margin:0 auto; padding:3rem 0 5rem; } h1 { font-size:clamp(2.5rem,10vw,5rem); line-height:1; } p,section { margin-top:1.5rem; } section { padding:1.25rem; border:1px solid #586460; } a:focus-visible,input:focus-visible { outline:3px solid #ad3013; outline-offset:4px; }
* { box-sizing:border-box; } body { line-height:1.65; } h2 { margin-top:2rem; line-height:1.3; } a { color:inherit; text-underline-offset:.2em; } .eyebrow { margin-top:3rem; font:12px/1.4 monospace; color:#ad3013; } label { display:flex; align-items:flex-start; gap:.8rem; cursor:pointer; } input { min-width:20px; min-height:20px; margin-top:.3rem; accent-color:#ad3013; } section h2 { margin-top:0; } [role='status'] { font-size:.9rem; }
