:root{--brand-dark:#0c1321;--brand-blue:#2b6de0;--brand-bg:#f6f8fb;--text:#1e2430;--muted:#5b6478;--border:#e6ecf5;--white:#ffffff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Liberation Sans,Arial,Helvetica,sans-serif;color:var(--text);background:var(--brand-bg);line-height:1.55}a{color:var(--brand-blue);text-decoration:none}a:hover{text-decoration:underline}