:root{--primary:#0f172a;--secondary:#334155;--accent:#0ea5e9;--background:#fff;--text:#1e293b;--white:#fff;--font-main:"Inter",system-ui,sans-serif;--container-width:1200px;--header-height:80px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--background);color:var(--text);line-height:1.6}