:root{
  --black-abs:#050505;
  --black-graphite:#0D0D0D;
  --metal:#1F1F1F;
  --white:#FFFFFF;
  --light:#E5E5E5;
  --muted:#A8A8A8;
  --border:rgba(255,255,255,0.12);
  --container:1200px;
  --radius:18px;
  --shadow:0 28px 80px rgba(0,0,0,0.32);
  --font:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;
}
