:root{
  --accent:#30687c ;
  --accent-grad:linear-gradient(135deg,#30687c ,#3d91b0 );

  --glass-bg:rgba(255,255,255,.78);
  --glass-border:rgba(255,255,255,.4);

  --shadow-soft:0 14px 34px rgba(37,99,235,.18);
  --shadow-deep:0 50px 120px rgba(37,99,235,.28);
}


*{
  box-sizing:border-box;
}

body{
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto;
  color:var(--dark);
  background:#f8fafc;
}
